Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving data using frames

Status
Not open for further replies.

claws2rip

Programmer
Dec 14, 2001
80
US
Hi...

I have a page with 2 frames: mainpage and subpage
How do i save data from 2 frames with only one submit button?

on main page i have a submit button that when clicked, i want to save the data (that the user entered) from mainpage and subpage?

Thanx
Sam
 
You will need to get the form values from the subpage with Javascript in the main page.. then once you have those values, use the form.submit(); command to send off the values for processesing.

Cheers,

G.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top