Pop up Box confirming form Submission
I am scripting my own engine and when I submit the form manually it pops a box that says "Are You Sure You Want to Submit This Form Now?"
How would I handle pressing "Yes" to that in a dialog box?
Thanks!
Meat
How would I handle pressing "Yes" to that in a dialog box?
Thanks!
Meat
Comments
No idea without seening it. Usually it's another Form where you have to press the Yes button only.
so:
form name=*yes
it's a modal dialog... popped up from onSubmit function of the form... I can't view the source of that dialog because it's dialog box.
when I inspect what's returned in Firebug, I see an xml of values, but have no way of knowing what the value returned is as it just has a field like:
<![CDATA[field name]]
Any suggestions?