Hi Atrix,
I have to suspect that the view-source output you ended up with didn't come
from the same TAF that you think generated the output - or at the very
least, the same part of the TAF you think it's coming from.
Under normal development and execution of your Actions and Metatags -
Witango does not in any way interact with the surrounding Text or HTML. In
fact, the Witango Server is not the least bit concerned that you've typed
anything other than Metatags and 'typed' values used inside Metatag
attributes or the inner part of DOM Metatags.
Some Metatags like <@CHOICELIST> can generate HTML, but again doesn't
concern itself with any surrounding Text or HTML.
Some web-application environments like ASP will validate HTML output - but
Witango does not.
It's happened to me more than once where I thought I was working on an
original TAF, but it turned out to be a copy and couldn't figure out why my
changes weren't showing up in the browser.
Hope this helps. Cheers....
----- Original Message -----
From: "Atrix Wolfe" <[EMAIL PROTECTED]>
To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]>
Sent: Friday, October 18, 2002 3:30 PM
Subject: Witango-Talk: java script anomolies
hello, ive got a strange problem.
im runnin win2k with r:tango and apache as the web server. This has been
working for a good id say 6 months now and then today something odd started
happening. On my pages when i test localy (since this is a development
environment) i started getting javascript errors on things i have not
modified that have had no problems before. I saved the html page to disk
that was giving me problems and when i opened it up, an origional line of:
<body bgcolor ="@@user$userinfo[1,3]"
text ="@@user$userinfo[1,4]"
link ="@@user$userinfo[1,5]"
vlink ="@@user$userinfo[1,6]"
onLoad ="Init();">
becomes:
<BODY text=lime vLink=purple link=darkblue bgColor=black onload=Init();>
notice how bgcolor became bgColor and onLoad="Init()" became onload=Init().
I'm not sure what the problem is but its been fine until today. Anybody
ever see anything like this?
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body