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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

selecting records

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
I want to display all records from a select query on an HTML page. Easy, I know. After each record, I would like a button, which, when clicked on, displays that particular record again in another window. Anyone know how to do this?

Much appreciated

James (JTF@ENGLAND.COM)
 
Either create a form around each record and make the action parameter call your new page with the value from the record, or wrap the complete table with a single form, make each button call a function that modifys a hidden value and then calls the form.submit(), the action will then read the modified value and display the correct information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top