Hi,

This tag resides within "index.cfm" in /prototype:
 
<FORM ACTION="/zekedev_sites/prototype/index_action.cfm" METHOD="post">


When submitted goes to the success page, but the browser only displays a 
blank page.

This is the code within index_action.cfm:

<CFIF IsDefined("FORM.project") IS "no">

    <CFSWITCH EXPRESSION="#FORM.project#">
    Text ...
        <CFCASE VALUE="uprrlib">
            <CFLOCATION URL="uprrlib_index.cfm">
        </CFCASE>

        <CFCASE VALUE="UP800_gallery">
            <CFLOCATION URL="UP800_gallery_index.cfm">
        </CFCASE>
       
    </CFSWITCH>

</CFIF>

Does OBD handle form variables differently than CF 5 running under IIS?

Thank you,

 * JB *


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to