First of all if this is the FILE in which you are running
and can not view any output, might be cause there is no
output to be displayed.

You have nothing between your body tags.

Unless I missed something.............




>>> [EMAIL PROTECTED] 08/18/03 07:02AM >>>
Is your coldfusion server still running?? check your services

-----Original Message-----
From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] 
Sent: maandag 18 augustus 2003 12:47
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
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to