Dreamweaver with Coldfuison code
I typed this code in Dreamweaver as Coldfuison code
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>My First ColdFusion Page</title>
</head>
<body>
<h1>
My First Coldfusion Page</h1>
<p> <cfset firstname="David"/>
<cfoutput>My name is {firstname}
but in Design view I see
My First Coldfusion Page
My name is {firstname}
instead of
My name is David,
I dont understand why and I cant preview in Explorer of Google and would appreciate any help as I really want to learn this program
