I've installed the following Javascript on my Web page and it
is working fine. It brings up a little pop up message (not an ad).
<script language="JavaS cript"><!--
window1=window. open('sera.html ','messageWindo w1','scrollbars =no,width=150,h eight=245')
//--></script>
I'd like to make the following improvements:
1. I want to control where the pop up window
appears (so it doesn't pop up over the best
part of the page). Is there any way to
specify how many pixels from the top and to
the right that the upper left corner of the
pop up window should appear?
2. I want to make the pop up window remain on top
of the main page until the pop up window is
closed.
3. I want the pop up window to close after
fifteen to thirty seconds.
Can anyone tell me how to do this?
Fred
is working fine. It brings up a little pop up message (not an ad).
<script language="JavaS cript"><!--
window1=window. open('sera.html ','messageWindo w1','scrollbars =no,width=150,h eight=245')
//--></script>
I'd like to make the following improvements:
1. I want to control where the pop up window
appears (so it doesn't pop up over the best
part of the page). Is there any way to
specify how many pixels from the top and to
the right that the upper left corner of the
pop up window should appear?
2. I want to make the pop up window remain on top
of the main page until the pop up window is
closed.
3. I want the pop up window to close after
fifteen to thirty seconds.
Can anyone tell me how to do this?
Fred
Comment