Well, you could always do it the fuselet way! That is possible. (and it'll
execute ColdFusion code directly in the HTML page) best part, none will ever
be able to see your source code (even if they do a VIEW SOURCE on it, which
is always a good thing).

You basically have a coldfusion page on the server, and call it as follows:

<SCRIPT

SRC="http://www.fuselets.com/chat/fuseletchat.htm?title=FuseletChat&color=33
6699&textcolor=white&rooms=General,Current+Events,Politics,Sports,Technology
,Movies,Music,Romance,Humor&caller=&{escape(document.URL)};">
</SCRIPT>

More information and examples, available at: http://www.fuselets.com

Good Luck :)

James
----- Original Message -----
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 6:55 PM
Subject: RE: Calling CFM file from an HTML page


> > Is it possible to include a .cfm file in a .htm page? I have
> > an .htm page on a non-CF server and I want to call a cfm
> > page from a CF server. Short of a frame on the .htm page,
> > is there a way to do this? Javascript perhaps?
>
> No, I don't think there's any generally workable, practical way of doing
> what you're trying to do - include dynamically generated content on one
> server within a static page on another server.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to