jimmythegeek
Programmer
In order to have client side validation, I use a "button" type button rather than a "submit" button. If everything validates, I do a frmMyForm.Submit. This works fine.
My question is, can I specify the Action as a parameter of the submit? for example:
frmNewEntity.Submit(Action='add_entity.asp?process=1')
If not, how can I dynamically change the query string on the submit?
Thanks in advance. Jim Lunde
compugeeks@hotmail.com
We all agree your theory is crazy, but is it crazy enough?
My question is, can I specify the Action as a parameter of the submit? for example:
frmNewEntity.Submit(Action='add_entity.asp?process=1')
If not, how can I dynamically change the query string on the submit?
Thanks in advance. Jim Lunde
compugeeks@hotmail.com
We all agree your theory is crazy, but is it crazy enough?