Vulnerability Development mailing list archives

Re: Opera Browser goes Crash


From: "http-equiv () excite com" <http-equiv () excite com>
Date: Tue, 23 Oct 2001 12:13:57 -0700 (PDT)

=====
on http://www.goanga.com there are 7 buttons, with "onmouseover" coded
in JS, and all are coded the same.. nevertheless the 6th button never
changes on  my opera, all the others are working fine... why?
======

Opera doesn't appear to like the word "links" in scripting; if you knock off
the "s" it works fine ["link" or "lin"] e.g:

<a href='links.html'
 onMouseOver="window.status='[ cool links ]';
 document.lin.src='/my_pics/WebArt/buton2a.jpg';
 MM_displayStatusMsg('[ cool links ]');
 return document.MM_returnValue;"
 onMouseOut="window.status='[ sandcorns... ]';
 document.lin.src='/my_pics/WebArt/buton5a.jpg'; return true;">
<img src='/my_pics/WebArt/buton5a.jpg' border=0 name=lin alt='[ cool links
]'></a>



---
http://www.malware.com





_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/



Current thread: