ASP Forum
Errors on submit in JavaScript
bbcompent1 | Posted 9:34am 20. December 2007 Server Time |

Ok, this is in reference to a previous tech tip that was provided by BigMista.  I've coded my application using his dynamic dropdown lists.  The part of the code that keeps messing up is this element

document.frmtest.submit();

Has anyone else had problems using JavaScript to submit to itself?

To cross reference, the original article is:
http://www.haneng.com/Forums_Post.asp?id=897&p=1
bbcompent1 | Posted 9:44am 20. December 2007 Server Time |

Never mind, I realized I needed to have it do a request.querystring("pettype") to get the error to go away.  It was submitting nothing.


Reply to Post Errors on submit in JavaScript



Back to Forum Page