Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
OS X cf issue..
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Bo Eddy" data-source="post: 32036"><p>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----</p><p></p><p><cfoutput></p><p>Hello World!</p><p></p><p>The Current Time Is: #TimeFormat(Now())#</p><p></cfoutput></p><p><cfset CompanyName = "The Wireless Agent"></p><p></p><p><cfoutput></p><p> <h3>Welcome To #CompanyName#</h3></p><p></cfoutput></p><p></p><p><html></p><p><head></p><p><title>Untitled Document</title></p><p><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></p><p></head></p><p></p><p><body></p><p></p><p></body></p><p></html></p><p></p><p>This is what I ended up seeing..</p><p>Hello World!</p><p> the current time is: #TimeFormat(Now())# </p><p> </p><p></p><p>And when I viewed source I can see the CF tags for everything...</p></blockquote><p></p>
[QUOTE="Bo Eddy, post: 32036"] 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... [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
OS X cf issue..
Top