PDA

View Full Version : Opening an HTML File in a Pop-Up Window


Desmond
09-26-2003, 02:27 PM
<HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3></h3> <b>Document ID: IR10039</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Standard Edition</li> <li>AutoPlay Media Studio 5.0 Professional Edition</li> </ul> <hr> <h3>SUMMARY</h3> <p>This article describes how to open an HTML file in the user's default web browser. </p> <h3>DISCUSSION</h3> <p>In AutoPlay Media Studio 5.0, it is possible to open an HTML document in the user's default browser. To accomplish this, use the action File.OpenURL:<br> <br> File.OpenURL("http://www.yourcompany.com", SW_SHOWNORMAL);</p> <h3>MORE INFORMATION</h3> <p>For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:</p> <ul> <li><b>Program Reference | Actions | File | File.OpenURL</b></li> </ul> <p>KEYWORDS: AutoPlay Media Studio 5.0, File, URL, Open, HTML, Default Browser </p> <hr> <FONT SIZE=1> Last reviewed: September 26, 2003<br> Copyright © 2003 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br> </FONT> </BODY> </HTML>