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!

Status bar with Firefox

Status
Not open for further replies.

timftse

Programmer
Oct 20, 2006
14
GB
Hi,

I am opening a new window with

pagewin=window.open('pagewin.htm','pagewin',
'top=10,left=330,width=520,height=660,toolbar=0,
status=0,scrollbars=0,menubar=0,resizable=0');

However Firefox still creates the window with a status bar and the little arrow-head to allow it to be resized by dragging the corner. Can I get it to be a simple frame like in IE?

Thanks,

Tim
 
Take a look at the MozDev docs:


Those docs said:
The default preference setting in recent Mozilla-based browser releases and in Firefox 1.0 is to force the presence of the status bar.

Hope this helps,
Dan

Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Thanks. It seems Firefox also overrides my top and left values, and wont allow the created window to be greater than the viewable screen area.
Is there no way around this? I dont see why Firefox insists programmers should be told what to do.
Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top