If you have tried the window code generator and need more power then this is the script for you.
Create custom windows with all the features you need.
Known issues
Internet Explorer
The IE resize fix isn't applied to this script - This allows us to open external sites and reuse windows without access errors.
Opera
Due to the way opera can be set up, the script at present opens links in a new window. I will be looking into an opera fix in any future release.
Making it work
If you are familiar with javascript then this should be fairly straight forward, if not, then you should be opening windows like a pro in no time :)
Get the script
Get the script - save as windowopen.js wherever you keep your scripts.
Link to the script
Link to the script from the required page by placing the following code in between the <head></head> tags.
Opening a window
Don't be put off by the long list of numbers, it's not that complicated really :) a typical link would look like this.
What to change
('URL_TO_OPEN',400,400,1,1,1,1,1,1,1,1,5,'win1')
In detail
Tips
When reusing a window you cannot change the window properties so the best thing to do is copy the link and change the URL_TO_OPEN value.
If you are only using 1 fixed size window then you are best using the window code generator
Pos No | Position | Window Name | Test 1 | Test 2 |
1 | Top Left | win1 | Page 1 | Page 2 |
2 | Top Middle | win2 | Page 1* | Page 2* |
3 | Top Right | win3 | Page 1 | Page 2 |
4 | Middle Left | win4 | Page 1 | Page 2 |
5 | Middle | win5 | Page 1 | Page 2 |
6 | Middle Right | win6 | Page 1 | Page 2 |
7 | Bottom Left | win7 | Page 1 | Page 2 |
8 | Bottom Middle | win8 | Page 1 | Page 2 |
9 | Bottom Right | win9 | Page 1 | Page 2 |
If you are having any problems or have any questions regarding this script then please post them in the scripts forum.