Pop-up Script To Open A Window When Your Page Loads
Just put the following script between Your and tag
Then add the following code into your tag:
onLoad="popup('URL/to/popup.html')"
Your tag should then look something like this:
onLoad="popup('http://doit2us.blogspot.com/popup.html')">
PS: In this and all script examples that follow, change the attributes "toolbar", "statusbar", etc., to on (1) or off (0) as you prefer (or omit them), and set the width and height to the size you require.
Loading...
|
Comments :
Post a Comment