What version of CF?

~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
CFXHosting





-----Original Message-----
From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 18, 2003 6:47 AM
To: CF-Talk
Subject: See a blank page when I run a .cfm file


Can somebody please tell me how to fix this?

>I have this strange problem. I'm running coldfusion MX
>on my Win2k server and IIS 5.0. For some reason when I
>run a .cfm file on my localhost:
>http://localhost/test.cfm, all I see is a BLANK Page.
>When I view the source, I see this:
>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
>Transitional//EN">
><HTML><HEAD>
><META http-equiv=Content-Type content="text/html; 
>charset=windows-1252">

<script LANGUAGE=JAVASCRIPT TYPE="text/javascript" >

<!--


function _CF_onError(form_object, input_object, object_value,
error_message)
    {
        alert(error_message);
        return false;   
    }



function _CF_hasValue(obj, obj_type)
    {
    if (obj_type == "TEXT" || obj_type == "PASSWORD")
        {
        if (obj.value.length == 0) 
                return false;
        else 
                return true;
        }
    else if (obj_type == "SELECT")
        {
        for (i=0; i < obj.length; i++)
                {
                if (obj.options[i].selected)
                        return true;
                }

        return false;   
        }
    else if (obj_type == "SINGLE_VALUE_RADIO" || obj_type ==
"SINGLE_VALUE_CHECKBOX")
        {

                if (obj.checked)
                        return true;
                else
                return false;   
        }
    else if (obj_type == "RADIO" || obj_type == "CHECKBOX")
        {

        for (i=0; i < obj.length; i++)
                {
                if (obj[i].checked)
                        return true;
                }

        return false;   
        }
        }


function  _CF_checkCFForm_1(_CF_this)

    {

    if  (!_CF_hasValue(_CF_this.Subject, "TEXT" )) 

        {

        if  (!_CF_onError(_CF_this, _CF_this.Subject,
_CF_this.Subject.value, "Error in Subject text."))

            {

            return false; 

            }

        }


    return true;

    }


//-->

</script>

</HEAD>
><BODY></BODY></HTML>
>
>I can't run cf administrator or call any ColdFusion
>File. I don't know what's happenning, it was all
>working last week. I've checked the IIS App Mappings,
>and I see the .cfm, .cfc, .cfml and .jsp application
>mappings for my default website.
>
>I can run a .html and a .asp file, its just
>coldfusion.
>
>Can somebody tell me how to fix this problem. I'm just stranded and 
>don't know what to do.
>
>Cheers
>Allan
>
>______

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to