olaf
Thu 30 March 2006, 01:18 pm GMT +0300
Hello,
Just noticed that the scroll function doesn't work in Mozilla FF in this window open function:
Check (if you like) the whois function on my website (check an exsiting domain name).
Olaf
Just noticed that the scroll function doesn't work in Mozilla FF in this window open function:
Code:
function window_open(page, name, x, y) {
newWindow = window.open(page,name,'scrollbars=yes,width='+x+',height='+y+',left=50,top=100');
newWindow.focus();
}
newWindow = window.open(page,name,'scrollbars=yes,width='+x+',height='+y+',left=50,top=100');
newWindow.focus();
}
Check (if you like) the whois function on my website (check an exsiting domain name).
Olaf
