Robert Rodgers
|
| Posted: 11/21/2002, 4:41 PM |
|
Hi All,
Not really a ccs issue but I'm stumped. I have an include page with some
java script for a shopping cart. When I use the include control in ccs my
code is not there. If I ftp the html file back down I can see the
{cart_script} tag. I played with that for a while with no progress.
So I removed the included file tag and just cut and paste the script
directly into the html of the page. I request the page and my script is
gone... Again if I ftp the page back down and view the source I can see my
script. The strange thing is that this is not the only script on this page.
The other scripts come down just fine. I am guessing it has something to do
with security or some other program. But so far no luck in finding the
culprit.
I am running Norton AV but have turned off script blocking. Also use Zone
Alarm pro but have turned it off to see if it makes a difference. It
didn't.
Thanks.
rob
|
|
|
 |
Robert Rodgers
|
| Posted: 11/21/2002, 5:22 PM |
|
Ok. Funny thing happened just after I hit the "send" button.... I put the
brain in gear and it came to me what the problem was. The script was
bracketed with
<!-- Begin Blah, blah, blah
-->
And the funny part is cc parsed the html and because it didn't find a match
to this part of the template it was just ignored. Live and learn.
Thanks.
rob
"Robert Rodgers" <rrodgers@sylvancomputing.com> wrote in message
news:arjuf3$70r$1@news.codecharge.com...
> Hi All,
>
> Not really a ccs issue but I'm stumped. I have an include page with some
> java script for a shopping cart. When I use the include control in ccs my
> code is not there. If I ftp the html file back down I can see the
> {cart_script} tag. I played with that for a while with no progress.
>
> So I removed the included file tag and just cut and paste the script
> directly into the html of the page. I request the page and my script is
> gone... Again if I ftp the page back down and view the source I can see
my
> script. The strange thing is that this is not the only script on this
page.
> The other scripts come down just fine. I am guessing it has something to
do
> with security or some other program. But so far no luck in finding the
> culprit.
>
> I am running Norton AV but have turned off script blocking. Also use
Zone
> Alarm pro but have turned it off to see if it makes a difference. It
> didn't.
>
> Thanks.
> rob
>
>
>
>
>
>
|
|
|
 |
|