pacothelovetaco
06-04-2004, 08:34 PM
I am using a javascript to open a popup window from a link:
<!-- Begin
function openpopup(){
var popurl="http://nancyslaneinteriordesign.com/main.htm"
winpops=window.open(popurl,"","width=990,height=486,")
}
// End -->
<a href="javascript:openpopup()">
I just want it to pop up in the top left hand corner, but it pops up in different places on different computers. Where can I find a javascript that will be consistant on all broswers and computers?
<!-- Begin
function openpopup(){
var popurl="http://nancyslaneinteriordesign.com/main.htm"
winpops=window.open(popurl,"","width=990,height=486,")
}
// End -->
<a href="javascript:openpopup()">
I just want it to pop up in the top left hand corner, but it pops up in different places on different computers. Where can I find a javascript that will be consistant on all broswers and computers?