|
-
November 12th, 2002, 04:11 AM
#1
document.write problem, onSubmit function not called
below code does not call doSubmit() function but POSTs the page.
Whats wrong with that line?
Any idea?
Thanks
Nazire
---------------------------
function doInit()
{
var d=parent.workSpace.document;
d.open();
d.write("<html>\n");
d.write("<STYLE type=\"text/css\">\n");
d.write("body.eMxBody {background-color:#EEEEEE }\n");
d.write("</STYLE>\n");
d.write("<body class=\"eMxBody\">\n");
d.write("<FORM name=\"cncExecSpliceForm\" id=\"cncExecSplice\" method=POST onSubmit=\"doSubmit()\" action=\"/wls/cncexec/cncExecServlet?action=Splice
& param=cmplt\">\n")
......
......
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|