Has anyone come up with an answer to this question? How about a function to accomplish a maxlenght for a textarea field? ... Javascript ... to ... found ... ...
tad.osborn@...
Jun 11, 2001 3:20 pm
156
Hello, I have added some code to account for this. I am using the attribute "MAXCHAR" to specify the maximum number of characters allowed in the textarea. The...
Sree Pillai
sree@...
Jun 11, 2001 3:52 pm
157
I need to validate for time. No need for military time, just am/pm. I was also wondering if there was a way that I could prevent the validation script from...
p_salmons@...
Jul 6, 2001 7:16 pm
158
you may have some luck if you feel up to it. the beta release of version 3 has a new isDate function which can be used to check time. you could try taking...
Matthew Frank
bigjuju@...
Jul 9, 2001 4:08 pm
159
Hello, Stupid question but how do I enforce that a radio option must be selected in a group of radio buttons? I am sure the answer is staring me in the face...
Padgett Rowell
padgett@...
Jul 25, 2001 7:48 am
160
i always recommend having one of the selections checked when the page loads. then one button is always checked. that is the standard interface concept behind...
Matthew Frank
bigjuju@...
Jul 25, 2001 2:54 pm
161
Cheers, Will look at implementing a custom function and post any solution I come up with. Padgett ... From: Matthew Frank [mailto:bigjuju@...] Sent:...
Padgett Rowell
padgett@...
Jul 25, 2001 4:14 pm
162
epiphany! you can use the OR validation to handle this stuff. note, however, that this functionality may not exist in the IE-only script (i think) since it...
bigjuju@...
Jul 25, 2001 7:27 pm
163
I'm having a problem trying to programatically change a field from required to not being required. My code successfully removes the required attribute, but the...
Tad.Osborn
tad.osborn@...
Aug 2, 2001 4:31 pm
164
I apparently didn't post my response to the whole group... The HTML inserted via the markRequired method is not dynamically removed in the script--only added....
bigjuju@...
Aug 7, 2001 4:15 pm
166
Matt, Thank you for providing the web community with this script. It was very useful just now. I did a search on the archives for "Frames" and came back...
brett_veenstra@...
Aug 30, 2001 5:28 pm
167
Brett, glad to hear it helped you. my hope is that everyone out there who has found a new approach or technique will share with the group. keep it up. the...
Matthew Frank
bigjuju@...
Aug 30, 2001 7:14 pm
168
Does this script work for IE on a Mac? I would think the DOM's are the same, despite the operating system. I can't get it to work.......
tad.osborn@...
Sep 8, 2001 8:03 pm
169
Is there anyway to change the validation for an amount field to accept commas separating hundreds? For example: 10,000,000.00 this would be a valid amount. ...
twlichty@...
Sep 10, 2001 4:11 pm
170
i don't have a mac, so i will have to rely on others to answer this question. ... From: tad.osborn@... Reply-To: validation@yahoogroups.com To:...
Matthew Frank
bigjuju@...
Sep 19, 2001 10:49 pm
171
there is code for that in the cross-browser script--at least in the new beta. p.s. sorry about the delay on these answers. i was trapped in italy for an ...
Matthew Frank
bigjuju@...
Sep 19, 2001 10:53 pm
172
Hi everybody, as you might have noticed the number of participants on this list has bounced up to 64 when I signed up just a few minutes ago. I'm just starting...
thomas.rupp@...
Sep 22, 2001 10:23 am
173
Hi everybody, the following code always gives message "Please enter a value with fewer than x characters in the <gender> field" x is the number of entries in...
Rupp Thomas (Illwerke)
thomas.rupp@...
Sep 22, 2001 11:30 am
174
Lieber Herr Rupp! You can make a small change in the script to make German the default language. Within the definition of the "raise" method (near the top),...
Matthew Frank
bigjuju@...
Sep 22, 2001 7:51 pm
175
looks like you've found a bug! i'll look into that. please alert me if you find any more. vielen dank! ... From: "Rupp Thomas (Illwerke)"...
Matthew Frank
bigjuju@...
Sep 22, 2001 7:53 pm
176
Hi Matthew, as your German is perfect I was tempted to write this reply in German :-) (Your last name sounds pretty German) But it's a good exercise for me so...
thomas.rupp@...
Sep 24, 2001 12:42 pm
177
I've added two new booksmarks pointing to additional validation functions (VISA card number ...) both Bookmarks are marked as created by RT012001. Kind regards...
thomas.rupp@...
Sep 26, 2001 3:27 pm
178
I'm using Design Time Control (DTC), an object create for MS Visual Interdev. Is it still possible to use validation.js on my program? If yes can anyone...
Ariel Martinez
ariel@...
Sep 28, 2001 10:11 am
179
Dude ya gota learn HTML. Be comfortable with manually editing pages. I use Interdev and you can alter any code that it produces. The secret is to make sure...
Padgett Rowell
padgett@...
Sep 28, 2001 10:48 am
180
For anyone unable to alter the way their HTML is written (perhaps due to a restrictive component architecture), you still have the option of using JavaScript...
Matthew Frank
bigjuju@...
Sep 28, 2001 1:40 pm
181
If anyone out there has technical knowledge of Netscape 6 and is willing to help me sort through a scripting issue with the next beta, please reply directly to...
bigjuju@...
Sep 28, 2001 9:34 pm
182
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Oct 18, 2001 8:23 pm
183
I receive the following error message: "Required" is undefined when running the validation.js file. It is pointing to the following line of code: with...
my best guess is that either document.oForm is undefined or oForm does not have an element named "Required". can you provide a URL or HTML for us to look at? ...
Using the below style, my input boxes which are designated as required show up with the thin red border. How do I get any of the other "styles" to work, i.e....