I really need your help. I am working on a pop up window using JavaScript.
I am using the window.open(URL,name, properties);
I wanted to load a window that does not load the URL window.
I tried the location=0
and location=no
setting, it seems to work
fin on Firefox but alas it is not working on IE!
In Firefox, it is not showing the location bar anymore, but in IE the location bar is still there with the URL!
Please help. :9
tinks~