800.682.0200 | FAX: 360.568.2923 |  About Us  |  Downloads  |  Manuals  |  Home  |  Index

 
 

 
Methods of calling Javelin

Please choose from the options provided or create your own. Each set of end-user browsers you support will have varying levels of script support. A Java Runtime Environment (JRE) is required as a minimum. This is installed by default on most system. Some systems will require that the JRE be downloaded prior to use.

The four methods shown here are examples of how you could call the Javelin applet web page. For multi-tasking users with capable browsers, the Modal Dialog Popup will provide the best results. Targeted references work by creating a new window for the applet. Standard references limit the number of windows open by re-using the current window.

Please contact support@minisoft.com for help in choosing the solution that is correct for your business.


Modal Dialog Popup

<form name="test1">
<input type="button" value="Modal Dialog Popup" id="button1" name="button1" language="javascript" onclick="return button1_onclick()">
</form>

<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function button1_onclick() {
window.status = "Loading, please wait...";
window.showModalDialog ( "SecPageTest.htm", window, "status:false;dialogWidth:300px;dialogHeight:300px");
}
//-->
</SCRIPT>

Text Version Link


Targeted Reference


<form method="GET" name="test3" action="SecPageTest.htm" target="_blank">
<input type="submit" value="Targeted Submit Button" id="button3" name="button3">
</form>


Targeted Reference X


<form method="GET" name="test3" action="SecPageTest.htm" target="_blank">
<input type="submit" value="Targeted Submit Button" id="button3" name="button3">
</form>


Standard Reference


<form method="GET" name="test2" action="SecPageTest.htm">
<input type="submit" value="Standard Submit Button" id="button2" name="button2">
</form>

test with password

 
 
 

Minisoft Inc.  1024 First Street Snohomish, WA 98290  Phone: (800) 682-0200  Fax: (360) 568-2923
 Copyright ©2008 Minisoft, Inc.   
License Agreement