Administration form error message
two error messages occur when i try to call a administration form using a button, first error message says..shows a syntax error and the second message indicates "frmAddCause_OnLoadHandler' is undifined".
Please can u explain what this means and how i should fix it
This is the script i used
var
ParentID = GetField('txtInpFolderID','');
var
txtInpNCID = GetField('txtNCID','');
var
FullURL = 'eForm.aspx?Map=QualityAdministrationGroup&Client=External&Action=frmAddCauses&FilterParams=txtInpNCID;'+txtInpNCID+';Text:txtInpFolderID;'+ParentID +';Text';
var
retVal = window.showModalDialog(FullURL,window.self,'dialogHeight:550px;dialogWidth:750px;scrollbars:no;menubar:no;resizable:yes;toolbar:no;location:no;status:no');
if
(retVal != 'Added Stuff')
{
alert('The last item was not properly saved. Please make sure to use the save button');
}
document.getElementById('cmdRefreshGrid').click();
and when i exit the window the alert message is somehow passed through.
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 153 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories