HMMMM!! I don't know where to start.

  1. #1
    Rdrover49 is offline Newbie

    HMMMM!! I don't know where to start.

    I sure hope someone out there can help me with this IE 6.0 problem. First of all, it's an https: site and we were having problems accessing the secure site. We finaly got this issue taken care of and now when we actually get into the site, logon with a username and password, and navigate to the page we need, the page will not display the information we need. We are getting "CRIT1_FIELDNAME not defined in FORM" error. We have tried everything we know. Please if someone, out there is reallllllllllllly knowledgeable about IE 6.0 can you help? If you need more info, just reply and I'll try to get it to you. Thanks a bunch.............

  2. #2
    jephree is offline ¨*·.¸ «.·°·..·°·.» ¸.·*¨
    Save 20% on AVG Internet Security 2012 Suite!
    That is basically a script error on the web site.
    Code:
    <!--- Create Criteria string for query from data entered thru search form --->
    <CFSET Criteria = ''>
    <CF_xxxxxx_AppendCriteria
        FieldName="#Form.Crit1_FieldName#"
        FieldType="#Form.Crit1_FieldType#"
        Operator="#Form.Crit1_Operator#"
        Value="#Form.Crit1_Value#"
    	Value2="#Form.Crit1_Value2#"
    	>
    
    <!--- Query returning search results --->
    What is the site in question? Perhaps we can try it out.

    Also what was the previous access issue and how did you resolve it?

+ Reply to Thread