littleIdiot
MIS
I want to take the data entered in one html page and create a second page using that data.
I have searched for information about forms, and feel comfortable setting up a page with forms on for the user to enter the data, but I don't understand where I send that data then. How do I receive the subitted data and use it on my second html page?
I'm comfortable using html and javascripts - ideally I'd set some variables using the data sent.
I'm basically wanting to create some tape labels. The data on these could be selected from radio buttons, drop down lists etc in a form (including how many labels are needed). Submitting this would then create a printable page with that number of labels on, with the data on them taken from the forms.
Any advice or address of a good tutorial would be appreciated.
I have searched for information about forms, and feel comfortable setting up a page with forms on for the user to enter the data, but I don't understand where I send that data then. How do I receive the subitted data and use it on my second html page?
I'm comfortable using html and javascripts - ideally I'd set some variables using the data sent.
I'm basically wanting to create some tape labels. The data on these could be selected from radio buttons, drop down lists etc in a form (including how many labels are needed). Submitting this would then create a printable page with that number of labels on, with the data on them taken from the forms.
Any advice or address of a good tutorial would be appreciated.