could you be a little more specific on syntax
(keep in mind, perl is totally unfamiliar to me)


I'm passing:

http://www.whatever.com/calc.cgi?header=1

or

http://www.whatever.com/calc.cgi?header=2

or

http://www.whatever.com/calc.cgi?header=3



& the page needs to execute:
(but in perl of course...)


<cfif url.header=1>

<html>
content1
</html>

<cfelseif url.header=2>

<html>
content2
</html>

<cfelse>

<html>
content3
</html>

</cfif>




thanks...


kyle

-- 
Kyle Dubben
Gothica Creative, Inc.
1801 Laws Street
Dallas, TX 75202
214.720.0884 ph
214.303.0698 fax


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to