Hello Michael

On 16-Jun-01, you wrote:

> 
> <[EMAIL PROTECTED]> wrote at 12 Jun 2001 00:26:47 +0200
> about <[voyager] ebay.de: some text-buttons missing?>:
> 
>> 
>> on http://www.ebay.de there are some buttons right at the top missing.
>> e.g. the "my ebay" text...
>> 
>> what's that?
>> seems to be a javascript problem?
> 
> it seems so.
> the source looks like that:

In this code, basically

var cbc;

resets the variable cbc in V. Hence,

if(cbc) { }

will never run, since it's null. I just checked in IE, and it keeps variable
contents:

var a = 10;
var a;
document.write(a); // prints 10

This is a bug. And a nice one, too ;)

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