Search the web
Sign In
New User? Sign Up
qformsapi · qForms API: qForums
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2669 - 2698 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2669
I have three check boxes on a page. If a user clicks on a checkbox I would like to display a comment box in the row below it. I got the checkboxes and comment...
Tangorre, Michael
tangormt
Offline Send Email
Apr 1, 2004
1:06 pm
2670
This works for me... Is there any better way to do this? function ToggleCheckComment(checkBoxId,tableRowId){ var thisElement =...
Tangorre, Michael
tangormt
Offline Send Email
Apr 1, 2004
2:53 pm
2671
Any suggestions would be appreaciated I have a function: to check if start date is greater than 'Today' //thus: Start Date must be less than or equal to...
Aminova, Elena
elenaqc2002
Offline Send Email
Apr 1, 2004
3:26 pm
2672
Elena, The error message in the __isDateGTToday function should be: this.error = "The " + this.description + " must not be less than"; this.error += " today's...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 1, 2004
8:01 pm
2673
Michael, I'm not sure I understand what you're trying to do. - Dan _____ From: Tangorre, Michael [mailto:tangorrem@...] Sent: Wednesday, March 31,...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 1, 2004
8:05 pm
2674
Todd, One you add a validation routine to the queue, there are no built in methods for deleting it. You could write a method that would find the validation ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 1, 2004
8:16 pm
2675
Micheal, If you're field names all follow a nomenclature where the only difference between the 1st argument and the 2nd argument is a prefix or suffix, then ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 1, 2004
8:24 pm
2676
I can't figure out what I'm doing wrong with a basic form. When the page with my form first loads, I get a JS error "'this.obj.elements.length' is null or not...
jsmcmullen
Offline Send Email
Apr 5, 2004
1:40 pm
2677
Hi Guys! Is there a simpler way to do this? I only want to validate if the field has something in it: objForm.Date_Of_Birth.description = "Date of Birth"; ...
Dave Babbitt
dbabbitt@...
Send Email
Apr 5, 2004
3:24 pm
2678
Hey guys, i am getting this error, and I am not sure what it means, It seems like I am doing everything correctly, but guess not. This is an error pop up as...
elenaqc2002
Offline Send Email
Apr 5, 2004
4:20 pm
2679
I got it myself, i put in the wrong form name, just being careless, ... Thanks anyway, group... ... From: elenaqc2002 [mailto:eaminova@...] ...
Aminova, Elena
elenaqc2002
Offline Send Email
Apr 5, 2004
4:48 pm
2680
Dave, All you need is: objForm.Date_Of_Birth.description = "Date of Birth"; objForm.Date_Of_Birth.validateDate("mm/dd/yyyy"); Validation methods are only run...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 5, 2004
7:41 pm
2681
Jim, ... There's something about your form that the browser isn't like when trying to parse the form using JavaScript. Can you post a link to the page, or...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 6, 2004
12:30 am
2682
Hi Dan! When I use this code: objForm.Date_Of_Birth.description = "Date of Birth"; objForm.Date_Of_Birth.validateDate('mm/dd/yyyy', 'The valid format for your...
Dave Babbitt
dbabbitt@...
Send Email
Apr 6, 2004
1:49 am
2683
Dave, ... Try using: objForm.Date_Of_Birth.validateDate( "mm/dd/yyyy", "The valid format for your date of birth is \"mm/dd/yyyy\"." ); If that doesn't work,...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 6, 2004
9:36 pm
2684
Hi, I'm using the most recent version of qforms and trying to validate that the user has selected a file in a Input element, type "file". I'm getting some...
Howard Fore
hofo
Offline Send Email
Apr 6, 2004
10:54 pm
2685
Howard, I don't have Safari to test, so you may have to do some playing around. If I had to guess, I'd suspect that Safari is treating the "file" input as ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 7, 2004
12:40 am
2686
I think the root is something in the qforms libraries that the Safari javascript engine doesn't like. The most persistent error occurs on any page that loads...
Howard Fore
hofo
Offline Send Email
Apr 7, 2004
11:40 am
2687
I would like to know if anyone has come across any qforms tutorial sites that give good step by step examples? the Pengoworks.com site have a few examples but...
qformuser
Offline Send Email
Apr 7, 2004
11:59 am
2688
... When the first line is used and the form is submitted, I get the expected "uploadFile is required" error. When the second line is used, I get no alert...
Howard Fore
hofo
Offline Send Email
Apr 7, 2004
12:34 pm
2689
Howard, ... The validatNotEmpty() method was designed to use to prevent people from just putting whitespace in the form field for an answer. It's really only ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 7, 2004
1:23 pm
2690
Hmm. Maybe I'm not doing it right. When I use "required" in conjunction with validateNotEmpty as shown below, all I get is a "uploadFile is required" alert,...
Howard Fore
hofo
Offline Send Email
Apr 7, 2004
3:47 pm
2691
Howard, ... You'll only get the default error message, unless you place some whitespace in the form field. Maybe what you're wanting to do is to use the ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 7, 2004
5:18 pm
2692
Hows it going Howard? ... I don't know if this is a typo or if it's your problem, but it looks like you have one and a half sets of double quotes in your code....
Cameron Childress
cameroncf
Offline Send Email
Apr 7, 2004
5:23 pm
2693
Could someone please give me a good step by step example of two related selects using qforms? Let me explain in more detail. This is what I am trying to do. I...
Damon Maloy
qformuser
Offline Send Email
Apr 8, 2004
4:31 am
2694
www.happyhacker.com has some good examples, plus code! HTH, Mike...
Tangorre, Michael
tangormt
Offline Send Email
Apr 8, 2004
10:40 am
2695
Damon, ... http://www.happyhacker.com/WebDev.cfm?Cat=CF&SubCat=4Slcts#StartHere Here's an example that uses 4 related selected boxes. - Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 8, 2004
11:45 am
2696
... Hey Cameron. Things are much better now that my project (phase 1 at least) is about to go live today, albeit 4 months late. ... I think I meant ...
Howard Fore
hofo
Offline Send Email
Apr 8, 2004
10:31 pm
2697
Howard, ... Are you still having problems with Safari? - Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 9, 2004
2:25 am
2698
Hi-- I have got a form where I want the user to select one of three check boxes. If none are checked, I want to display an error message saying something like...
Joel
joel352000
Offline Send Email
Apr 13, 2004
1:35 am
Messages 2669 - 2698 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help