You wouldn’t use the code in HTML because window.open will work by itself.
The reason that you can’t open multiple windows with the tutorial here is because that second atribute in the javascript code is the new window’s name. If you change that second atribute for each code set, then it will open multiple windows.
Each of the three windows has a unique window name ‘pic1’,‘pic2’, and ‘pic3’. The AS in the tutorial had to be doctored a little because before it checked for the variable from the button ‘myWin’ if it had been activated - well I got rid of all that!! :evil:
I also added top and left as locations instead of them all being centered - you’ll see all that crap in the code.
Umm…I don’t know what you meant by ‘spaces in your title’. Do you mean the title of the window that you’re opening? Beacuse that’s done in the html code that you are opening, ie, you open sintax.html that has HTML code that starts like:
<head>
<title>This is sintax.html - so there!</title>
</head>
<body>
//etc etc...
I think that should about do it for ya? Yeah? Anything else lemme know - and thanx for making me a pixel Kirupian!!!