Hello,
I'm new to having to code to firefox, and I'm finding that I get a javascript error in firefox that I don't get in IE. The line that errors is:
The error I'm getting is:
Error: [Exception... "String contains an invalid character" code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)" location: "http:....Line: 646"]
Source File: http:....
Line: 646
is the syntax I'm using for creating my hidden field not acceptable for firefox?
I'm new to having to code to firefox, and I'm finding that I get a javascript error in firefox that I don't get in IE. The line that errors is:
Code:
var dependentOn = document.createElement("<INPUT TYPE=\"hidden\" name=\"" + dependentOnId + "\" id=\"" + dependentOnId + "\" value=\"" + arDependentOn[i] + "\"/>");
The error I'm getting is:
Error: [Exception... "String contains an invalid character" code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)" location: "http:....Line: 646"]
Source File: http:....
Line: 646
is the syntax I'm using for creating my hidden field not acceptable for firefox?