SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Biotech / Medical : Bio-Rad Labs: Things are changing -- Ignore unavailable to you. Want to Upgrade?


To: Hamilton Rogers who wrote (14)3/26/2000 10:08:00 PM
From: Dave Chanoux  Read Replies (1) | Respond to of 18
 
Thanks for the link luminexcorp.com

However, when I went there, all I got was this:

// This file contains the code necessary to perform browser sensing.

/* CREATING A BROWSER SENESING JAVASCRIPT */
/* SET UP BOOLENA VARIABLE TO RECORD THE BROWSER TYPE */

var isNew = 0;
var isNS4 = 0;
var isIE4 = 0;

/* DETERMINES THE BROWSER NAME AND BROWSER VERSION */
var brow = ((navigator.appName) + (parseInt(navigator.appVersion)));
/* REASSIGN VARIABLE DEPENDING ON THE BROWSER */
if (parseInt(navigator.appVersion) >= 5) {
isNew = 1;}
else if (brow == "Netscape4") {
isNS4 = 1;}
else if (brow == "Microsoft Internet Explorer4") {
isIE4 = 1;}

It's what I call careless code. I don't use either of these browsers, so the site just dumped it code on me.

If you can get there, tell 'em they have careless code.

I would like to see it.

Regards,

Dave Chanoux