has anyone ran into this before?
The id and name had a capital letter. “submitButton “submitButton
<input id="submitButton" name=" submitButton " value="ok"
type="button" title="submit" onclick="submitButton();" />
For some reason I would see the following js error: object doesn't support this property or method. When I clicked the button.
When I changed the id and name to all lowercase "submitbutton" everything works fine.