Hello aNTibikE

On 22-May-0, you wrote:

> 
>> Hi,
>> 
>> http://www.tvcentury21.com/
>> 
>> Top line HTML decoding doesn't work - I think.
>> 
>> I just get some funny looking text that I think is HTML code.
>> 
>> Cya!
> 
> the funny looking text is java-script
> java-script correctly stand between this tages <!--     //-->

That's got nothing to do with it. In fact, it's better JS coding not
to use those tags, since they aren't valid Javascript :0

The problem is that the code does

<script src="somescript.js>
js_code;
more_js_code;
</script>

ATM V takes the script specified in the "src" and executes it,
but isn't executing the code in the actual script block. It's
actually INCREDIBLY bad code IMO. Probably only supported
by IE and Netscape through a pure fluke.

But not commenting from older browsers is NOT the problem,
"antibike".

Thanks
-- 
Matt Sealey <[EMAIL PROTECTED]>
Website http://www.kittycat.co.uk

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to