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?
