English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How are they converted to HTML by the browser?

2006-07-26 05:06:20 · 3 answers · asked by sachinrahul 1 in Computers & Internet Internet

3 answers

They are ColdFusion files. They are not converted to HTML by the browser. What happens is on the webserver, such as IIS which is Microsofts webserver, it gets a request from your browser and sees that it is a .cfm page. It doesn't know how to process this so it passes it on to ColdFusion software on the server to handle. This does all the processing of the file then sends back the HTML to the webserver to pass back to your browser. Your browser wouldn't be able to handle a source document that was a ColdFusion document as it doesn't know what the tags are in there. It only knows how to display the HTML resulting code after processing by the server.

hope this helps

2006-07-26 05:41:28 · answer #1 · answered by jmfc 4 · 8 1

CFM files are created using ColdFusion.

2006-07-26 05:11:22 · answer #2 · answered by Ipshwitz 5 · 0 0

.cfm stands for coldfusion markup language file. You can use dreamweaver software to do the programming.

It is like programmig language like php, asp, java, jsp..for web content.

It is very rich and more flexible. But to runn it you need web server as well as cold fusion server.

For more infor goto adobe.com (Adobe bought over)

2006-07-26 05:13:23 · answer #3 · answered by Buzzy Buddy 3 · 0 0

fedest.com, questions and answers