Click to See Complete Forum and Search --> : Script Testing


A1ien51
05-10-2003, 01:21 AM
Hello to all,

I have a project I am working on and I am hoping that some of you can break it! It is a form validation utility. This is my first version you will be playing with. (There is a second version, but that is still not ready for this) All of the elements have defaults in them that are correct.

I have others that tested it and found mistakes, now I need another set of eyes to look at it.

http://www10.brinkster.com/a1ien51/validate/preview.htm

Oh and if you can say the browser and operatng system that would be great. Please be harsh, I hate when people go easy!

And before anyone says anything. NO it does not work in Netscape 4.X. Reason is I am using a feature not avaiable in that browser to read the tags' attributes.

Note: My error messages might be off a bit....

Thank You for your time,
Eric

Nevermore
05-10-2003, 02:40 AM
Seems to work fine in Mozilla on XP.

havik
05-10-2003, 03:15 AM
I'm using another persons comp at the moment but I have mozilla 1.3.1, 1.4a, and Opera 7.1 so I'll let you know how it works with those browsers when I get home to test it. But I have IE5 and it works here. :D

Havik

Fang
05-10-2003, 04:25 AM
This line if (!document.all.waterA1.style) document.all.waterA1.style = document.all.waterA1;

causes an error with Mozilla/Netscape. It is IE scripting.

A1ien51
05-10-2003, 12:23 PM
That is the watermark script that is causing the error....

Not the form....Just put the watermark on it so people would not have to scroll....Sad thing is I never noticed that I used the wrong code for netscape! I will try to change it later on!

Eric

A1ien51
05-10-2003, 12:49 PM
I fixed the watermark error.....