I have an html page - page1 - which has some input fields on it. One is a dropdown list. I need a way to pass/save whatever value was selected in the dropdown, so that when i come back to that page from calling page2, the value is selected.
This is how i am passing the other values of the page:
parent.hidframe.form1.vitem-hold.value="' vitemno '"; parent.hidframe.form1.vqty-hold.value="' vquantity '";
How can I use parent.hidframe for a dropdown? When I use the name of the dropdown like I did for the above 2 fields, I get this error: "parent.hidframe.form1.uomdropdown is not an object."
Thanks.
This is how i am passing the other values of the page:
parent.hidframe.form1.vitem-hold.value="' vitemno '"; parent.hidframe.form1.vqty-hold.value="' vquantity '";
How can I use parent.hidframe for a dropdown? When I use the name of the dropdown like I did for the above 2 fields, I get this error: "parent.hidframe.form1.uomdropdown is not an object."
Thanks.