From: <doc...@us...> - 2007-12-05 05:11:53
|
Revision: 197 http://openpcl.svn.sourceforge.net/openpcl/?rev=197&view=rev Author: documentsystems Date: 2007-12-04 21:11:57 -0800 (Tue, 04 Dec 2007) Log Message: ----------- Howard Hoagland. This is how to automatically open a PCL file to view at startup time when the applet is initially shown. Compare this file to applet.html in this same directory and you'll see that there's only 2 added lines, one line to auto load the specified PCL file when this applet is run in Internet Explorer, and the other added line is for when this applet is run in Firefox. Modified Paths: -------------- openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html Modified: openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html =================================================================== --- openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html 2007-12-05 05:08:16 UTC (rev 196) +++ openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html 2007-12-05 05:11:57 UTC (rev 197) @@ -15,7 +15,7 @@ <param name="type" value="application/x-java-applet;jpi-version=1.5.0"/> <param name="archive" value="openpcl.jar,ableLayout.jar"/> <param name="scriptable" value="false"/> - <param name="openfile" value="LoanApp1003.pcl"/> + <param name="openfile" value="c:/temp/LoanApp1003.pcl"/> <comment Internet Explorer runs the above because IE understands the object tag and doesn't understand the embed tag. Firefox runs the below because Firefox doesn't understand the object tag but does understand the embed tag. > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |