damon2003
11-17-2003, 04:17 PM
Hi,
I have a link that usines some popup window code:
function open_popup(page) {
window.open(page);
return false;
<a href="javascript:open_popup('rates.htm')">RATES</a>
the popup works fine, but the main page also changes and displays 'false' why is this,
thanks
I have a link that usines some popup window code:
function open_popup(page) {
window.open(page);
return false;
<a href="javascript:open_popup('rates.htm')">RATES</a>
the popup works fine, but the main page also changes and displays 'false' why is this,
thanks