Pop Up Window

A

Anonymous

Guest
Hello..

i have a problem with pop up window..

i want to create another pop up window from pop up the window.



zai
 
Still not working...

this is my code.

Code:
<a href=\"addnewfield.php?name=$name&tabsubcat=$subcat\" class=\"link\"
onClick=\"window.open(this.href,'popupwindow','menubar=o,toolbar=o,resizable=0,scrollbars=1,width=700,height=400,left=300,top=300'); return false;\">

is that any problem with this code.. :(



zai
 
try
Code:
window.open (location.href, .....);

and make sure no javascript parse errors, open your javascript console when testing...
 
Back
Top