On 25 Aug 98, Barry Lee Brisco wrote:
> >Hey, Tribe -- Take a look at http://wwwa.com/index.html in a 4.0 browser.
> Fascinating effect, but I would rather it ran for 10 seconds than stopped.
>
> Doesn't work in IE v4, does anyone know why not?
Yeah, the effect is spiffy, but I sure wouldn't use it myself. *Intensely*
annoying after a very few moments. The programming itself is pretty
clever, mind you.
As for why it doesn't work in MSIE 4 -- because it wasn't intended to.
Here's the start of the relevant code:
* * *
<SCRIPT LANGUAGE="JavaScript1.2">
// <!--
var userAgent=navigator.appName + " " + navigator.appVersion;
var agentInfo=userAgent.substring(0, 12);
if(agentInfo >= "Netscape 4.0")
{
window.captureEvents(Event.MOUSEMOVE);
* * *
As you see, the script checks for NS 4 and executes only if it's found.
-----------
Brent Eades, Almonte, Ontario
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
Town of Almonte site: http://www.almonte.com/
Business site: http://www.federalweb.com
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------