You can't call custom tags from within CFSCRIPT which I think is utterly
stupid.
Call to Allaire:
Make a function called Tag() with this syntax:
Tag(tagname, <attribute list>);
ie
For
<CFOBJECT TYPE="COM"
ACTION="action"
CLASS="program_ID"
NAME="text"
CONTEXT="context"
SERVER="server_name">
Tag(cfobject, action, program_id, text, context, server_name);
And then for cfmodule (or whatever) where you may need an endtag you have
Tag(cfmodule, filename);
EndTag(cfmodule);
Anyway, just wanted to lob that one in!
It means you could create custom functions by creating custom tags and
calling them!
Hooray!
Paul
> -----Original Message-----
> From: Ryan [mailto:[EMAIL PROTECTED]]
> Sent: 26 October 2000 14:07
> To: CF-Talk
> Subject: Calling custom tags from within CFSCRIPT?
>
>
> CFSCRIPT is generally faster than a bunch of tags, right?
> So I'm trying to use that when possible.
> But can you call custom tags from within CFSCRIPT? I didn't
> see any mention of it in my books. Seems like something you
> should be able to do, doesn't it?
>
> Ryan
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]