puiwaihin -> Submitting a form from a javascript function (4/18/2001 18:55:00)
How do I submit a form from a javascript function?
I'd like it to do something like: function change2(page1, page2) { change pg1 in the form pg1=page1; change pg2 in the form pg1=page2; submit the form; }
How would I do that? I have a fair idea how to change form field properties, but submitting the form I don't have a handle on. Your help is much appreciated!