for the love of jehovah could
someone please tell me why in the heck
these two lines are making a page stall 
to the point of never coming back when loading?

when i comment them, the page shows the rest
of the page fine, however when not commented
out, they make the page just sit in limbo?

cf5 iis5 winxp

form.email is defined, for sure.

<cfcookie name="FinalRegisteredLive" value="#form.email#"
expires="never">
<cfset Session.Active="1">

Heres more....if i have this code up....

        <cfif isDefined("form.email")>
        
                Its Defined.
                <cfabort>
        
                <cfcookie name="FinalRegisteredLive"
value="#form.email#" expires="never">
                <cfset Session.Active="1">

        <cfelse>

                Not defined.

        </cfif>

I get "Its Defined" on the page.

...tony

tony weeg
[EMAIL PROTECTED]
www.revolutionwebdesign.com
rEvOlUtIoN wEb DeSiGn
410.334.6331 

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to