Thanks for the help on the Random Image function, Rob the R, it worked for me
I have been looking around on the net and in my books but I have not found anyting let but iam sure I have seen a function some where. I am looking for a function that will position my pop-up in the center of the page, e.g 50% from the top and 50% from the side.
Heres what I have so far ::
function open_b_s7() {
leftPos = 0
height = 0
if (screen) {
leftPos = screen.width-225
height = screen.width-0
}
window.open("episodes/b_s7.html", "test", "left="+leftPos+", top="+height+", width=200, height=320, toolbar=no, status=no, resizeable=no, menubar=no, scrollbars=no")
}
If any one can help me with this I would be thank fall.
Glenn Curtis.