Hi, I'm a bit of a newbie, so hope I'm posting to the correct forum...
I have a bit of javascript which, when clicking a hyperlink creates a new window at the centre of the screen. This works wonderfully on all Apple Macs tested, but not on PC's.
Could someone tell me how to get the code working on both platforms?
Assuming your code for the openCenterWin function is correct, Khalid's solution is the best possible. It will load the page in a new window if Javascript is available, and if not it will use the current window.
Adam
"If you’re not using valid HTML, then you haven’t created a Web page. You may have created something else, but it isn’t a Web page." - Joe Clark
Bookmarks