Tony
|
| Posted: 10/22/2002, 1:41 PM |
|
I'm trying to figure out how to do Frontpage Includes with my CodeCharge
Studio
I need to include this block:
<!--webbot bot="Include" U-Include="includes/top.htm" TAG="BODY" -->
right next to my <body> tag.
When I put this into the HTML of my CodeCharge Studio page, I just get
"includes/top.htm" in boldface on my web page.
Any ideas or suggestions on including these frontpage bots in general in my
generated files?
Thanks for any help you can give...
Tony
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 10/23/2002, 1:56 AM |
|
Html file in CCS is not fed to any processors and is used as a template.
To make it more dynamic you may bring out web bots in a separate file,
obtain it's output from some CCS event and assign result to CCS Label
(LabelName.Value = your_string)
--
Alex,
Support Engineer
CodeCharge Team
"Tony" <thp1111@hotmail.com> wrote in message
news:ap4d50$4um$1@news.codecharge.com...
> I'm trying to figure out how to do Frontpage Includes with my CodeCharge
> Studio
>
> I need to include this block:
>
> <!--webbot bot="Include" U-Include="includes/top.htm" TAG="BODY" -->
>
> right next to my <body> tag.
>
> When I put this into the HTML of my CodeCharge Studio page, I just get
> "includes/top.htm" in boldface on my web page.
>
> Any ideas or suggestions on including these frontpage bots in general in
my
> generated files?
>
> Thanks for any help you can give...
>
> Tony
>
>
>
>
>
|
|
|
 |
|