Tomasz Pyra napisał(a):
How to send a "click" to Submit button ( <input type="submit"> ) ?



I tried to submit form in third way:

I took nsIDOMHTMLFormElement, and called method Submit().
Result was just like before - no data was sent to server.



nsIDOMHTMLFormElement * form;
inputElement->GetForm(&form);
form->Submit();
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to