…well, i would like the main movie to appear in the middle of the screen, i wasnt aware of any other way of doing this… is there? Or what other alternatives would you reccomend?
Oh right! - Mozilla, I see…
Yeah, i have done that table cell thing before, but i kept on getting this boarder, is there any other way? Why doesnt E6 like the java script?
The script:-
on (release) {
// customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = “1welcome.html”;
target_winName = “Welcome”;
width = 525;
height = 500;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
// sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}
as for the JavaScript, start a new thread in the Scripting forum, and you will prob get a real fast answer.
I strongly urge you to not use popups. A large majority of users are using popup blockers, and your site will not show up with them in place. Netscape 7/Moz comes with popup blocker, as does AOL 8, and AvantBrowser.