Hello friends.
i wonder, could someone be kind enough to twll me how to
slightly alter my lovely pop up script so it pops the window up in position centre centre?
I really want to use this particular script but I don't know how to add this extra instruction . ..
Please help if you can,
Many many thanks.
d
win="";
function pop_up(){
win = window.open("copypop.htm", "dep", "height=200,width=300", hotkeys="no"
}
function closeDep() {
if (win=="undefined"{}else{
if (win.open) win.close();
}
}
i wonder, could someone be kind enough to twll me how to
slightly alter my lovely pop up script so it pops the window up in position centre centre?
I really want to use this particular script but I don't know how to add this extra instruction . ..
Please help if you can,
Many many thanks.
d
win="";
function pop_up(){
win = window.open("copypop.htm", "dep", "height=200,width=300", hotkeys="no"
}
function closeDep() {
if (win=="undefined"{}else{
if (win.open) win.close();
}
}