RE: OT setting form variables in asp

2000-10-20 Thread Garza, Jeff

Oooppps... I type faster than I read.

<% 
Session("COLL_FORM_ID") = Request.form("formid")
%>

Jeff Garza
Web Developer
Spectrum Astro, Inc.
480-892-8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Garza, Jeff 
Sent: Friday, October 20, 2000 11:40 AM
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_submit.asp

Session("COLL_FORM_ID") = "#form.formid#"


thanks,
Gavin


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: OT setting form variables in asp -fixed-

2000-10-20 Thread Gavin Myers

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_submit.asp

Session("COLL_FORM_ID") = "#form.formid#"


thanks,
Gavin


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: OT setting form variables in asp

2000-10-20 Thread Garza, Jeff

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_submit.asp

Session("COLL_FORM_ID") = "#form.formid#"


thanks,
Gavin


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



OT setting form variables in asp

2000-10-20 Thread Gavin Myers

hah, i have the pleasure of mudding up some asp code on this site

if i have this:

form.cfm




form_submit.asp

Session("COLL_FORM_ID") = "#form.formid#"


thanks,
Gavin

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]