Question
Coldfusion tags are not recognized
Hi all,
I am new to coldfusion.
I have installed coldfusion studio software onto my machine.
I have created a cfm page with following tags.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
Hi ,<br/>
<cfset msg="Welcome to coldfusion">
<cfoutput>#msg#</cfoutput>
</body>
</html>
When i run this page I am getting output as
Hi,
#msg#
Can u suggest me how can i resolve this problem.
Thanks in advance...
I am new to coldfusion.
I have installed coldfusion studio software onto my machine.
I have created a cfm page with following tags.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
Hi ,<br/>
<cfset msg="Welcome to coldfusion">
<cfoutput>#msg#</cfoutput>
</body>
</html>
When i run this page I am getting output as
Hi,
#msg#
Can u suggest me how can i resolve this problem.
Thanks in advance...
