Help: MS JScript: This object does not handle this method or this property

F

Francis ANDRE

Hi Group

I am new to JS and I got an error line 6 on the xfa.getCoreJS()
statement. What's wrong with this script? (getCoreJS() is a method
from the com.pac.xforms.html.XFormsApplet).

TIA

FA


<html>
<head>
<script language="JavaScript" type="text/javascript">
function start(){
var doc = this.parent.jsFrame.document;
var xfa = document.xformsApplet;
var core = xfa.getCoreJS();
doc.open('text/html');
doc.write( core );
doc.close();
}
</script>
</head>
<body onload="start();this.parent.jsFrame.loadDefaultXForm();">
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="50" height="50" align="baseline" codebase="http://java.sun.com/
update/1.5.0/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0"
name="xformsApplet">
<param name="code" value="com.pac.xforms.html.XFormsApplet">
<param name="type" value="application/x-java-applet;version=1.5.0">
<param name="scriptable" value="true">
<param name="mayscript" value="true">
<param name="name" value="xformsApplet">
<param name="log" value="custom">
<param name="xformURL" value="samples/output.xforms?">
</object>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top