Results 1 to 6 of 6
Related
-
css question Forum: CSS Forum
Replies: 2 -
Another Question Forum: HTML Forum
Replies: 2 -
AnOtHeR QuEsTiOn Forum: HTML Forum
Replies: 1 -
Question Forum: HTML Forum
Replies: 2 -
another question... Forum: HTML Forum
Replies: 6
-
04-22-2001, 04:58 AM #1
addition to my question below this one
actually, i think the problem i just listed might be related to this, the program that opens it is below. it works in ie and it does open a new window in netscape also..however in netscape the javascript opens up a differnt type of window with no netscape buttons at the top and no scroll bars. the only way out is to close the page or right click and use back with the mouse. for some reason the netscape version isn't a full webpage window but more like a weird picture window. what happened and why is it different in netscape? how do i change it to make netscape open a full page instead of the weird page it does now?
<FORM NAME="WrongChild54"><SELECT NAME="a"><OPTION VALUE = "http://www.thesecretcavern.com/states/california.html">California<OPTION VALUE = "http://www.thesecretcavern.com/states/connecticut.html">Connecticut<OPTION VALUE = "http://www.thesecretcavern.com/states/indiana.html">Indiana<OPTION VALUE = "http://www.thesecretcavern.com/states/louisiana.html">Louisiana<OPTION VALUE = "http://www.thesecretcavern.com/states/maine.html">Maine<OPTION VALUE = "http://www.thesecretcavern.com/states/maryland.html">Maryland<OPTION VALUE = "http://www.thesecretcavern.com/states/massachusetts.html">Massachusetts<OPTION VALUE = "http://www.thesecretcavern.com/states/newhampshire.html">New Hampshire<OPTION VALUE = "http://www.thesecretcavern.com/states/newyork.html">New York<OPTION VALUE = "http://www.thesecretcavern.com/states/ohio.html">Ohio<OPTION VALUE = "http://www.thesecretcavern.com/states/pennsylvania.html">Pennsylvania<OPTION VALUE = "http://www.thesecretcavern.com/states/rhodeisland.html">Rhode Island<OPTION VALUE = "http://www.thesecretcavern.com/states/southcarolina.html">South Carolina<OPTION VALUE = "http://www.thesecretcavern.com/states/virginia.html">Virginia<OPTION VALUE = "http://www.thesecretcavern.com/states/unknown.html">Unknown</SELECT><INPUT TYPE="button" VALUE="Load Page" onclick="window.open(this.form.a.options[this.form.a.selectedIndex].value,'newwindow','')"></FORM><noscript><ul><li><A HREF="http://www.thesecretcavern.com/states/california.html">California</a><br><li><A HREF="http://www.thesecretcavern.com/states/connecticut.html">Connecticut</a><br><li><A HREF="http://www.thesecretcavern.com/states/indiana.html">Indiana</a><br><li><A HREF="http://www.thesecretcavern.com/states/louisiana.html">Louisiana</a><br><li><A HREF="http://www.thesecretcavern.com/states/maine.html">Maine</a><br><li><A HREF="http://www.thesecretcavern.com/states/maryland.html">Maryland</a><br><li><A HREF="http://www.thesecretcavern.com/states/massachusettshtml">Massachusetts</a><br><li><A HREF="http://www.thesecretcavern.com/states/newhampshire.html">New Hampshire</a><br><li><A HREF="http://www.thesecretcavern.com/states/newyork.html">New York</a><br><li><A HREF="http://www.thesecretcavern.com/states/ohio.html">Ohio</a><br><li><A HREF="http://www.thesecretcavern.com/states/pennsylvania.html">Pennsylvania</a><br><li><A HREF="http://www.thesecretcavern.com/states/rhodeisland.html">Rhode Island</a><br><li><A HREF="http://www.thesecretcavern.com/states/southcarolina.html">South Carolina</a><br><li><A HREF="http://www.thesecretcavern.com/states/virginia.html">Virginia</a><br><li><A HREF="http://www.thesecretcavern.com/states/unknown.html">Unknown</a><br></ul></noscript>
-
04-22-2001, 06:07 AM #2
Hi Mwerking,
Ignore my email, you did post it in the forum! Duh
In Netscape, the window.open function is slightly different. It is supposed to include all the elements if you don't actually mention them ( Which your code doesn't), but of course, Netscape being Netscape, it doesn't work that way.
At the mo, I have managed to get the toobar up and thats it. Let me test a bit more, and then I will post the revised code.
------------------
QuietDean-
-
04-22-2001, 06:17 AM #3
Got it. In your code -
onclick="window.open(this.form.a.options[this.form.a.selectedIndex].value,'newwindow')">
newwindow is the name of the page to be opened. Change it to -
onclick="window.open(this.form.a.options[this.form.a.selectedIndex].value,'badger')">
And it works a treat. Don't ask me why.....
------------------
QuietDean-
-
04-22-2001, 11:25 AM #4
Think I could sue netscape for sleep deprivation? They are killing me this week!
D
-
04-22-2001, 11:30 AM #5
lol. Go for it, Dave. make a stand!
------------------
QuietDean-
-
04-23-2001, 01:25 AM #6
lol
put me down for design ruining also
------------------
Allyn -
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum