Jump to content

I need help on passing data in a insertion record form with a jump menu in it.


Bebopgeo

Recommended Posts

I need help on passing data in a insertion record form with a jump menu in it.I have a insertion record form with a jump menu in it and I need to pass data in one of the text field when the jump menu is activated, so when the jump menu returns to the same page the data in the text field is still there.

Link to comment
Share on other sites

Picking something from the menu will have to submit the form, and the page that it submits to can store the form information in the session. When you load the page with the form it can check to see if there's anything in the session and fill out the appropriate form items. You could also use Javascript to set a cookie with the form information in it and then check the cookie on the form, but if the information is sensitive you shouldn't use a cookie.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...