Support
02-03-2003, 10:18 AM
<HTML><HEAD><TITLE>HOW TO: Return a Web Browser Object to the Original URL after a Page Jump</TITLE></HEAD><BODY><h3>HOW TO: Return a Web Browser Object to the Original URL after a Page Jump</h3><b>Document ID: IR04047</b><hr>The information in this article applies to:<ul><li>AutoPlay Media Studio 4.0</li></ul><hr><h3>SUMMARY</h3><p>This article describes how to return a Web Browser Object to its original URL whenever the user returns to the page that the Web Browser Object is on.</p><h3>DISCUSSION</h3><p>The Web Browser Object allows users to navigate a web site by following links within the HTML file it is displaying. (The URL that you specify on the Web Browser Object Properties dialog is the point the users will start from, but if the users follow any links in the HTML file at that location, they can change what is displayed in the Web Browser Object.)</p><p>Each Web Browser Object remembers the URL that it is displaying, even after a <b>Page.Jump</b> action. So, if the user jumps to another page in the AutoPlay project, and then returns to the page that the Web Browser Object is on, the Web Browser Object will continue to display the last URL that was viewed.</p><p>If you want a Web Browser Object to be "reset" to its initial URL whenever the user returns to that page in your AutoPlay project, you must use a <b>WebBrowserObject.NavigateTo</b> action to load the appropriate URL into the Web Browser Object again. This action should be added to the page's "On Show" event so that it will be performed whenever the user returns to the page that the Web Browser Object is on.</p><p>KEYWORDS: ams40, autoplay, web browser object, URL, page jump, navigate, restore, reset</p><hr><FONT SIZE=1>Last reviewed: February 3, 2003
<br>Copyright © 2002 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.
<br></FONT></BODY></HTML>
<br>Copyright © 2002 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.
<br></FONT></BODY></HTML>