|
In all the browsers I have tried, I am able to use JavaScript:
function openWindow(url,name) { window.open(url,name, 'width=480,height=650,scrollbars=yes,resizable=yes ,status=yes'); }
Without it being blocked by the block Pop-up window feature.
To keep track of the users who choose to Request a quote,
you could write a PHP script that could write the event to a MySql
table.
Last edited by matt w; 09-17-2011 at 06:27 PM..
|