Guest_imported
New member
- Jan 1, 1970
- 0
I have this script here that does a pop up, but I don't know where to align the pop. I want my pop up in the middle of the screen.
<script>
function soap() {
NewWin=window.open('Afirst.htm','soap','toolbar=no,status=no,scrollbars=yes,width=790,height=500');}
</script>
<script>
function soap() {
NewWin=window.open('Afirst.htm','soap','toolbar=no,status=no,scrollbars=yes,width=790,height=500');}
</script>