sak_attack
05-25-2003, 08:36 PM
ok i want a page to do the following:
open for a millisecond, run the following code:
<script language="javascript">
function popup(){
var popurl="detailed.htm"
winpops=window.open(popurl,"","width=400,height=338,scrollbars,")
</script>
and close right after - without the user noticing anything - so the user ONLY sees a pop-up open up - i.e. he/she doesnt see the intermediate (empty) page.
please help
open for a millisecond, run the following code:
<script language="javascript">
function popup(){
var popurl="detailed.htm"
winpops=window.open(popurl,"","width=400,height=338,scrollbars,")
</script>
and close right after - without the user noticing anything - so the user ONLY sees a pop-up open up - i.e. he/she doesnt see the intermediate (empty) page.
please help