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

Checkboxes - order of selection?

Status
Not open for further replies.

dle46163

IS-IT--Management
Jul 9, 2004
81
US
Hi!

I've created some checkboxes in PHP which allow me to select multiple items. Does anyone know a way that I can keep track of the order in which the items were selected? Thanks!

-dle
 
You would have to do this client-side in Javascript... basically adding an onclick to each check box that appends/removes the checkbox reference from, say, a hidden text field. The hidden text field would be submitted as part of the form... and you could parse it server-side to get the order.

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top