OS X cf issue..

B

Bo Eddy

Guest
finally installed CFMX (see other posting=http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=2&threadid=827928) During the installation, I got a message saying "Remote Development Services Not Installed" but otherwise installed fine. When I create a page in DWMX (file<new[dynamic<coldfusion]) , then I add a test lines----

<cfoutput>
Hello World!

The Current Time Is: #TimeFormat(Now())#
</cfoutput>
<cfset CompanyName = "The Wireless Agent">

<cfoutput>
<h3>Welcome To #CompanyName#</h3>
</cfoutput>

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

</body>
</html>

This is what I ended up seeing..
Hello World!
the current time is: #TimeFormat(Now())#


And when I viewed source I can see the CF tags for everything...
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top