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

Create cookie on select change event

Status
Not open for further replies.

Ladyhawk

Programmer
Jan 22, 2002
534
AU
How can I create a server cookie when a select (combo box) is changed? I need to submit the form, don't I? Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
Not sure what you mean. Cookies are in the realm of the browser not the server. However to do anything on the Server you must issue a request to the server, i.e.; GET,POST etc.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top