that's what i needed! thanks, Gavin -----Original Message----- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Friday, October 20, 2000 1:40 PM To: CF-Talk Subject: RE: OT setting form variables in asp I beleive what you are trying to accomplish is this: <% Session("COLL_FORM_ID") = Request.form("id") %> No? Jeff Garza Web Developer Spectrum Astro, Inc. 480-892-8200 [EMAIL PROTECTED] http://www.spectrumastro.com -----Original Message----- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: Friday, October 20, 2000 11:32 AM To: CF-Talk Subject: OT setting form variables in asp hah, i have the pleasure of mudding up some asp code on this site if i have this: form.cfm <form action = "form_submit.asp"> <input type = "hidden" name = "formid" value = 6" </form> form_submit.asp <!--- how do i say this in asp ---> Session("COLL_FORM_ID") = "#form.formid#" thanks, Gavin ---------------------------------------------------------------------------- -------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] ---------------------------------------------------------------------------- -------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] ------------------------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]

