tonto
08-20-2002, 07:51 AM
hi,
i have given a piece of script that opens a popup window of some other website .
they told me to put the script inside head tag.
the script is like this
<!-- Start code -->
<script type="text/javascript" language="JavaScript" src="http://somewebsite.com/popup.asp?from=somenumber">
</script>
<!-- End code -->
now only once the popup window got opend when the url when i opened the page whr i have place that code but not the other times.
does the code i have place in head tag gets executed automatically or i have to call that code somewhr ?
(eg on body load event).if yes how to call this code ?
i am confused ..pls help
thnks in advance
tonto
i have given a piece of script that opens a popup window of some other website .
they told me to put the script inside head tag.
the script is like this
<!-- Start code -->
<script type="text/javascript" language="JavaScript" src="http://somewebsite.com/popup.asp?from=somenumber">
</script>
<!-- End code -->
now only once the popup window got opend when the url when i opened the page whr i have place that code but not the other times.
does the code i have place in head tag gets executed automatically or i have to call that code somewhr ?
(eg on body load event).if yes how to call this code ?
i am confused ..pls help
thnks in advance
tonto