If you're running IIS, you can map all HTML files to be processed by the ColdFusion 
server.

Open up the MMC (Microsoft Management Console).
Right click on the default web site.
Click the Home Directory tab.
Then click the Configuration button.
Notice how .cfm files and .dbm files are mapped to the \cfusion\bin\iscf.dll program.
Duplicate that mapping for .htm and .html files as applicable.

The downside to doing this is that all the .htm and .html pages would now be processed 
through the ColdFusion application server, creating a slight bit of extra overhead for 
the server.  The upside is that you can leave your templates named the way they are 
and include cf templates at will.

---mark

--------------------------------------------------------------
Mark Warrick
Phone: (714) 547-5386
Fax: (714) 972-2181
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--------------------------------------------------------------


> -----Original Message-----
> From: Olivier Moulene [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 17, 2001 8:56 AM
> To: CF-Talk
> Subject: calling a cfm script into a html page
> 
> 
> I had to set a tracking Solution.
> Does anybody know how to call a cfm script with url parameters into a html
> page ?
> I've tried with the <script> tag but it does not work....
> 
> 
> Help.. THX
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to