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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3075 - 3107 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3075
Hello, I have 2 questions. First is on validateNumeric. I have found that any number with a trailing zero causes qForms to think its NOT valid. So for...
Andrew Jones
joneslynnad
Offline Send Email
Jan 4, 2005
4:18 am
3076
Greetings All: I get the concept of validating at least one with 'checkboxes' where there is only one value, but how would I go about this with radio buttons? ...
links2525
Offline Send Email
Jan 15, 2005
5:38 am
3077
Greetings: I have a number of 'submit' buttons on my page. 1 is for a file upload and the other is for final form submission. Having read some of the posts, I...
links2525
Offline Send Email
Jan 15, 2005
6:02 am
3078
Hi, Have anybody used JSObject in java and javascript communication. Since when iam sending the window handle via parent window javascript to applet, the...
Thaj dinesh
dinesearch
Offline Send Email
Jan 15, 2005
1:47 pm
3079
Hi There: This is similar to another message I posted, but a little different - new problem. My single form (which is generated via a CGI using a template...
links2525
Offline Send Email
Jan 16, 2005
6:16 am
3080
A link to the page in question would be helpful if possible. Also, have you tried using a JavaScript debugger or any kind to get more information? There's...
Cameron Childress
cameroncf
Online Now Send Email
Jan 16, 2005
9:48 pm
3082
Hi Cameron: Thanks for your reply. I actually replied earlier this morning and deleted it as I've found the problem. I use a number of proprietary tags <%ID%>...
links2525
Offline Send Email
Jan 17, 2005
1:33 am
3083
1. The following code works function funcTNWGF() { if ((objForm.fieldE.getValue().length == 0) && (objForm.myCheck.obj[0].checked)) { objForm.fieldF.required =...
Kevin Clark
objsoft
Offline Send Email
Jan 17, 2005
11:55 am
3084
I have a page with 2 iframes. Both iframes have forms. I need one form to be able to access checkbox values from another. I know the general notation: From...
Stas Newdel
stasomatic
Offline Send Email
Jan 17, 2005
9:47 pm
3085
Stas, I would think that you would actually have qforms running in each respective frame validating their own form information. Then, if there is an event that...
Dean Lawrence
deanmlaw
Offline Send Email
Jan 18, 2005
1:54 pm
3086
I have a form that, when submitted, generates an Excel spreadsheet. The spreadsheet is passed to the browser using ColdFusion's CFCONTENT tag. In other words,...
md40doctormo
Offline Send Email
Jan 24, 2005
3:37 pm
3087
Hi, I'm looking for someone who is really comfortable with qForms and is willing to work on a contract basis to provide form validation using qForms on ...
Steve Parks
steedagt50
Online Now Send Email
Jan 24, 2005
7:19 pm
3088
Hello, I tried using createDependencyTo() which works based on if a field is null or not. I have 2 radio buttons and certain fields are required depending on...
ghoukster
Offline Send Email
Feb 2, 2005
5:19 pm
3089
... I find it easiest to do: function _customValidation() { // put your validation rules here... } objForm.onValidate = _customValidation;...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 2, 2005
5:31 pm
3090
OK, I got it to work...kinf of. I have the following just as a basic example: <script> function CCName(){ // check to make sure the current value is greater...
ghoukster
Offline Send Email
Feb 3, 2005
1:58 pm
3091
... You are making it way harder than it has to be! Read the docs at pengoworks on custom validation. Mike...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 3, 2005
3:26 pm
3092
Hi Mike, I have read through the docs. I understand that I can just say: objForm.myfield.required="true"; My issue is this: I have 2 radio buttons for payment...
ghoukster
Offline Send Email
Feb 3, 2005
3:41 pm
3093
... function _customValidation() { /* Pseudo Code.... */ if option is this { these options are required } else { these options are required } } ...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 3, 2005
3:50 pm
3094
Mike, I found this snippet and finally got it to work: function _customValidation(){ if( obj.field_A.getValue() == "" && obj.field_B.getValue() == "" ){ ...
ghoukster
Offline Send Email
Feb 3, 2005
4:49 pm
3095
When using qForms the backgroundColor of various fields turns Yellow, at first I figured this was for required fields but in the current form I am working on,...
jesse_mcpherson
Offline Send Email
Feb 15, 2005
3:28 pm
3096
Are you sure it is qForms? Do you maybe have something like the google toolbar installed and its form remembering functions turned on? That is one such tool...
Aaron Rouse
aaron_rouse
Offline Send Email
Feb 15, 2005
3:53 pm
3097
Yes this isn't corcening to qforms. ... -- Xavi (http://xavicl.blogspot.com)...
Xavi
xavi.xavi@...
Send Email
Feb 15, 2005
4:47 pm
3098
The get fields() function puts all the fields and their values into a structure, If I have a form the has 40 fields on it and I only want fields 20 through 40...
abster1587
Offline Send Email
Feb 17, 2005
10:48 am
3099
... Individually. objForm.fieldName20.getValue() objForm.fieldName21.getValue() objForm.fieldName22.getValue() etc... Mike...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 17, 2005
11:02 am
3100
Dear Techie Job Seekers, We would like to invite you to join our newly created group by visiting http://finance.groups.yahoo.com/group/hitechjobs/ Here you can...
jobs_hitech
Offline Send Email
Feb 21, 2005
12:06 am
3103
objForm.'00N30000000dpa0'.description = "Quote Required"; throws an error. How can I fix this to use numeric fields? I am integrating this with a 3rd party...
abster1587
Offline Send Email
Feb 21, 2005
6:34 pm
3104
... Try this format: objForm["'00N30000000dpa0'"] = "Quote Required"; You may need to escape the single quotes, I am not sure. HTH, Mike...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 21, 2005
6:38 pm
3105
... the ... Yes, works great!! Thanks CEC...
abster1587
Offline Send Email
Feb 21, 2005
6:47 pm
3106
I'm trying to make sure a credit card's expiration is valid, i.e. in the future. How do I do this within a qForms validated form. I have two dropdown fields...
Venable, John
johnnykrisma
Offline Send Email
Feb 23, 2005
6:58 pm
3107
John, I would create 2 new date objects. Create one using the the values from the drop downs and another one using the month and year from the current date. ...
Michael T. Tangorre
crazyflash4
Offline Send Email
Feb 23, 2005
7:06 pm
Messages 3075 - 3107 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