|
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
<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
Targeted Reference X
Standard Reference
test with password
|