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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2957 - 2986 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2957
I solved my own problem. Creating a function to do the submit, and then calling that function in my anchor tag, rather than calling the submit directly in the...
Bob Silverberg
bobsilverberg
Offline Send Email
Sep 1, 2004
2:12 pm
2958
Hey Jeff, I can't seem to reproduce that behavior. I created a small form and validated a field using validateFormat("Phone2") and everything worked as it...
ben_dolman
Offline Send Email
Sep 1, 2004
4:49 pm
2959
Thanks Mike, Worked!! D ... From: "Michael T. Tangorre" <mtangorre@...> To: <qformsapi@yahoogroups.com> Sent: Sunday, August 29, 2004 12:04 AM Subject:...
Daniela Milton
daniela@...
Send Email
Sep 2, 2004
12:05 am
2960
I noticed in the examples on Dan's site that there is a method to check that at least one of a group of fields is selected (very cool, by the way). However, I...
Carabetta
Offline Send Email
Sep 3, 2004
2:20 pm
2961
I have a list of about 10000 record also I wanted to use your example below, by picking a letter of the alphabet and repopulating the form here is my code. ...
frazier345
Offline Send Email
Sep 7, 2004
8:03 pm
2962
Hey could we add an isUrl? I can build one but it sames like a function that may get a lot of usage... Thanks, Brian...
justjavadude
Offline Send Email
Sep 7, 2004
11:59 pm
2963
I have a form with 2 buttons. The first button has an onclick event called _endContact() which processes no validation just an objForm.submit(). The second...
jeffytommy
Offline Send Email
Sep 8, 2004
12:04 am
2964
Hi, I would like to set focus to field when validaion fails on it. Any one has got any idea how can i do that ? like can i add event _set_focus when validaion...
aitaliya
Offline Send Email
Sep 8, 2004
1:20 pm
2965
First: qForms is awesome! I use it all the time now. Makes application development much easier. Now my question: I have several checkboxes (all with the same...
Stilson, Ben
bs29@...
Send Email
Sep 14, 2004
2:03 am
2966
Has anyone created a personal page that goes through ALL the validation functions (or as many as possible) on a single page for reference? The validation...
dlegate
Offline Send Email
Sep 14, 2004
2:03 am
2967
Try http://www.sony.com.my/mysony/myhome/addcustomer/addcustomer.asp ... From: dlegate [mailto:dlegate@...] Sent: 09 September 2004 03:18 To:...
Wai Hing
ingeniur_77
Offline Send Email
Sep 14, 2004
2:07 am
2968
Hi, I'm trying to set up a form where at least one of three text fields has something in it. I can't seem to get it working. Can anyone see where I've gone...
Venable, John
johnnykrisma
Offline Send Email
Sep 17, 2004
8:54 pm
2969
I have a form with a bunch of select boxes on it that I use qForms to populate, etc (from a DB.. use ColdFusion to loop etc...). I also use the JS Gateway for...
Michael T. Tangorre
crazyflash4
Offline Send Email
Sep 23, 2004
5:43 am
2970
John, Are you including the "validation_addon" on your page? You'll need it to run the validateAtLeastOne method. ...
Stilson, Ben
bs29@...
Send Email
Sep 23, 2004
9:01 pm
2971
Hello- I'm trying to use the isDifferent function and I keep getting errors saying the method is not supported by that object. My syntax is:...
Steve Parks
steedagt50
Online Now Send Email
Sep 25, 2004
10:29 pm
2972
... Steve, I think you need to use: qFormName.fieldName.validateDifferent(qFormName.secondFieldName); Mike...
Michael T. Tangorre
crazyflash4
Offline Send Email
Sep 25, 2004
10:43 pm
2973
That didn't seem to work either. These libraries seem really cool, but they are really hard to understand how to use other than the basics that are shown in...
Steve Parks
steedagt50
Online Now Send Email
Sep 25, 2004
10:50 pm
2974
Steve, I'm sorry I typed it wrong.. the validateDifferent() method takes a string argument, not an object refernce. ...
Michael T. Tangorre
crazyflash4
Offline Send Email
Sep 25, 2004
10:57 pm
2975
Still no luck. :-( -Steve _____ From: Michael T. Tangorre [mailto:mtangorre@...] Sent: Saturday, September 25, 2004 5:57 PM To:...
Steve Parks
steedagt50
Online Now Send Email
Sep 25, 2004
11:18 pm
2976
Paste your entire JS into the message....
Michael T. Tangorre
crazyflash4
Offline Send Email
Sep 25, 2004
11:35 pm
2977
var objResetPwdForm = ''; /* Initialize Form */ objResetPwdForm = new qForm('frmResetPassword'); qFormAPI.errorColor = '#FFFFCC'; /* Require Fields */ ...
Steve Parks
steedagt50
Online Now Send Email
Sep 25, 2004
11:38 pm
2978
I have problems to do this using qforms? Thanks in advance. The document from qform "Another common problem developers face is preventing duplicate data from...
xslin
Offline Send Email
Sep 26, 2004
6:12 pm
2979
I am tring to get qforms to work on a new site and I am getting an error. Line:741 Char :4 Error: `this.Obj[…].value' is null or not an object. All of the...
btroop202
Offline Send Email
Sep 27, 2004
3:23 pm
2980
I am tring to get qFroms to work, and having no luck. I have used qFroms before never had a problem. But for some reason when I get to my form and hit the...
btroop202
Offline Send Email
Sep 28, 2004
12:25 pm
2981
I think I have tracked the source of the errors to the obj.fieldName.validate and obj.forceValidation objects. If either of these are used it causes an error...
df8833
Offline Send Email
Sep 28, 2004
8:04 pm
2982
Hi Kevin & Jason, ... exact code and I STILL get that same error. ... out). ... Was a solution found for this problem? This is my first trial of qForms and...
df8833
Offline Send Email
Sep 28, 2004
8:04 pm
2983
Hi all, Having troubles getting Validation Methods to work without throwing errors. No errors without validation methods. The methods tried are validateAlpha,...
df8833
Offline Send Email
Sep 28, 2004
8:06 pm
2984
I am trying to load a select box off of another selcet box, I have the data needed in a wddx packet, how can I get it to load into the select box based off of...
btroop202
Offline Send Email
Sep 29, 2004
4:47 pm
2985
Solved. Cause = Beginner's (poor) luck. I believe my problems with getting qForms to work were related to two issues: my inexperience with JavaScript and error...
df8833
Offline Send Email
Sep 29, 2004
9:43 pm
2986
I have used qForms on several occasions when I used to work with ColdFusion and loved it. I now work on a .NET application and would like to implement qForms...
rmalisko
Offline Send Email
Oct 4, 2004
8:32 pm
Messages 2957 - 2986 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