ColdFusion Tutorial

Default CFM

Some web servers use default.htm, default.html, index.htm or index.html as the path default page. If you want a cfm file to be the default page but would not want to re-set the default filetype setup you can use this script.


Use javascript on the default page to open a cfm file.


<!--- file name: default.html ----->
<!--- purpose : call default.cfm --->
<script language="javascript">
parent.location.href = "<strong>default.cfm</strong>";
</script>
<head>
<title>Start Page</title>
</HEAD>

ColdFusion Tutorial test

Default CFM

No test is available or implemented for this ColdFusion Tutorial.

No User Comments.

No User Comments, be the first one to write your comments?

Add your comments

Your Name*:
Your Email:
Site URL:
Site Name:
Comemt Title*:
Your Comment*:
Key Phrase*:
Gz0
Your IP Address: 38.103.63.62
 

ScandicWeb is own by Scandic Systems LTD [UK] Company No. 5984000. All other trademarks and copyrights are the property of their respective holders.