Advanced Open Window 3 Support Product Page
This topic was archived
Popup on page load
Asked 09 Nov 2002 15:17:41
1
has this question
09 Nov 2002 15:17:41 Napoleon Smith posted:
Is there a way to create a popup window that opens when a page is initially displayed? There would be no link on the page for the popup, after the popup window is closed the only way to see the popup again would be to reload the page. Replies
Replied 11 Nov 2002 10:39:31
11 Nov 2002 10:39:31 Martha Graham replied:
Yes, use the event onLoad().
Martha Graham
Martha Graham
Replied 11 Nov 2002 14:54:10
11 Nov 2002 14:54:10 Napoleon Smith replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Yes, use the event onLoad().
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I don't see onLoad as a choice.
Yes, use the event onLoad().
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I don't see onLoad as a choice.
Replied 12 Nov 2002 09:28:14
12 Nov 2002 09:28:14 Martha Graham replied:
In the behaviors where you have applied the Advanced Open Window behavior, you will see an arrow between the event and action. Click on the arrow and it will give you event options. Also onLoad. Choose events for browsers 4.0 and older to be safe.
Martha Graham
Martha Graham
Replied 01 Feb 2005 23:54:43
01 Feb 2005 23:54:43 Rob Sirota replied:
Using Dreamweaver MX there is no onLoad period....
Replied 02 Feb 2005 16:44:43
02 Feb 2005 16:44:43 Dave Thomas replied:
manually you can add it to your opening BODY tag.
<pre id=code><font face=courier size=2 id=code><font color=red>
<body onLoad="...your javascript here">
</font id=red> </font id=code></pre id=code>
regards
Dave
<pre id=code><font face=courier size=2 id=code><font color=red>
<body onLoad="...your javascript here">
</font id=red> </font id=code></pre id=code>
regards
Dave
