开发者

WIndow.open in Javascript

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~


You seem to be calling the method correctly, IE most likely doesnt allow you to hide its url bar. Most browsers have user-defined preferences whether they want to allow websites to be able to hide toolbars. Popups are very susceptible to security options.

I'm afraid you'd have to live with it, if the user doesnt want you to hide the url it wont.


Not possible anymore as all modern browsers do not allow you to hide the URL in Popups anymore :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜