function createDoLinkSubmitForm() { var phyFrameID = "__DoLinkSubmitForm539291"; var submitFrame = document.getElementById(phyFrameID); if(submitFrame == null || submitFrame == undefined) { var submitFrameObj = window.document.createElement("span") ; with(submitFrameObj){ id = phyFrameID + "_span"; name = phyFrameID + "_span"; style.display = "none"; style.width = "0px"; style.height = "0px"; } document.getElementsByTagName("body")[0].appendChild(submitFrameObj); submitFrameObj.innerHTML=""; } return phyFrameID; } function doSubmitData(page,args,frameMode) { if(frameMode == true) { parent.doLink(page, args, "SUBMIT_FRAME"); } else { doLink(page, args, "SUBMIT_FRAME"); } } function doLink(page,args,target) { if(target == "0") { target = createDoLinkSubmitForm(); } var __theForm = document.getElementById('Form444Link'); if(!__theForm || __theForm == null || __theForm == undefined) { var Form444Link = window.document.createElement("form") ; with(Form444Link){ id = "Form444Link"; name = "Form444Link"; style.width = "0px"; style.height = "0px"; style.display = "none"; } document.getElementsByTagName("body")[0].appendChild(Form444Link); __theForm = document.getElementById('Form444Link'); } var len = __theForm.childNodes.length; if (len>0){ for(var j=0;j