RE: JavaScript RegEx bug in NS6?

2004-05-18 Thread Lofback, Chris
> There are only 4 people still using it, so forget it. Yes, it may seem like that, but not according to our logs!  We still get thousands of requests from NS6 users each month. Anyway, I'm nit-picky about these things and prefer that my code have as few version issues as possible.  My job is to

Re: JavaScript RegEx bug in NS6?

2004-05-17 Thread stylo stylo
> my goal is to support users who have NN6 if at all There are only 4 people still using it, so forget it. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: JavaScript RegEx bug in NS6?

2004-05-17 Thread Lofback, Chris
Thanks for the feedback on Mozilla--good to know.  I'd heard that NN6 was buggy but my goal is to support users who have NN6 if at all possible rather than ask them to upgrade. Chris -Original Message- From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 200

Re: JavaScript RegEx bug in NS6?

2004-05-17 Thread Massimo, Tiziana e Federica
It works fine on Mozilla 1.6 NN 6 was based on a beta version of Mozilla and was very buggy. You should at least try NN 7 Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwmagic.com/ [Todays Threads] [This Message] [Su

SOT: JavaScript RegEx bug in NS6?

2004-05-17 Thread Lofback, Chris
I think I've found a bug in the _javascript_ RegEx implementation in Netscape 6 (for Windows, anyway).  Below is a RegEx pattern for a non-IP email address.  The first alert shows zero, which is a match beginning with the first character, but the second alert shows '-1', indicating no match.  The o