Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window.open and status bar

Status
Not open for further replies.

WMcGregor

Programmer
Jan 23, 2002
41
US
I would like to force the status bar to be on for a window that is created using the window.open function. In IE (when using XP and SP2 anyway) the new windows will have a status bar to prevent malicious intent. But with Firefox, if I turn off the status bar using the view-status bar option on the menu, any windows opened using the window.open function will not have a status bar either (even if the status=yes option is specified).

Any ideas how to make the status bar appear in the new window even if the user has the status bar turned off on the page that contains the link?

Thanks
 
not possible. if a user has set his preferences to not show the status bar in firefox, then the status bar will not show, regardless of your javascript mastery.



*cLFlaVA
----------------------------
[tt]( <P> <B>)[sup]13[/sup] * (<P> <.</B>)[/tt]

[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top