stevan
01-06-2003, 02:37 AM
Is the a way to add position to it ???
Like from the left and top in px
Here is the script
<script>
//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts
function openpopup(){
var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=338,")
}
openpopup()
</script>
Thxs Steve
Like from the left and top in px
Here is the script
<script>
//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts
function openpopup(){
var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=338,")
}
openpopup()
</script>
Thxs Steve