sample:
<form id="myform" action="result.pl">
<input id="myinput" type="text" />
</form>
I update the value of the input field using
nsIDOMHTMLInputElement::setValue(). I then submit the form with
nsIDOMHTMLFormElement::submit().
In the perl script that gets executed on form submission, I print out
the submitted values. Everything looks good.
Problem: Using nsIWebNavigation::gotoIndex(),when I load the original
form page, I don't see the values of the input field that I had set
previously. It is as if the site was reloaded. Is there some security
setting that prevents saving form data in the original form page?
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding