This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
New window

I have a link that uses bravenet's script to open it in a new window but I want it to maximize the window when it opens. How do I do this?
P.S. if anyone can tell me how to put a javascript into a .js file it would be much appreciated. Thx
Scutterman

Re: New window

1. Without looking at the script I couldn't say. As your visitors will already have determined the optimum window size for their screen they won't be pleased with you for trying to change it.

2. .js files are ascii text so use any text editor. If you have a Windows PC then Notepad will be installed as standard. Just save as .js instead of .txt

Re: Re: New window

This is the code that I got from bravenet:
A HREF="void(0)"="window.open('HTTP://Bravenet.com','miniwin','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=700,height=700')"

How do I get the code to appear instead of making a link? I had to take it out of the <> to do it

I just want the widow to be maximized, I don't want to change the browser settings

Thx for the .js tip