How to post values of HTML form to new HTML page using javascript

GregoryS

New Member
I have a HTML form on 'page1.html' with four elements (textbox1, textbox2, listbox1, listbox2). on clicking submit, i want the values of these elements to be posted in table to new page (page2.html)Table in page 2 is as follows:
  • First row : value of textbox1
  • Second row column 1: value of textbox2
  • Second row column 2: value of listbox1
  • Third row: value of listbox2
Please help
 
Back
Top