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 3301 - 3335 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3301
OK... I asked a question and there was a spam response. Not sure what that was aobut, but my guess is that distracted the community from validating this issue...
Jeanine Farrar
sosensible_s...
Offline Send Email
Oct 1, 2005
9:05 pm
3302
I am trying to add a custom validation to my validation.js that limits the number of items selected in a select box. I have a working .js function, and am...
johnnykrisma
Offline Send Email
Oct 6, 2005
8:35 pm
3303
... In what way ? How are you calling your validator ? -- Tom Chiverton Advanced ColdFusion Programmer...
Thomas Chiverton
thomaschiverton
Offline Send Email
Oct 7, 2005
8:05 am
3304
... I'm calling frmObj.keywords.validateCountOptions(3); below my form. My javascript console says "validateCountOptions is not a function"...
johnnykrisma
Offline Send Email
Oct 7, 2005
1:02 pm
3305
I have 2 drop downs, country and state, if someone enters US for their country, I want to make state required. I have this line: ...
johnnykrisma
Offline Send Email
Oct 12, 2005
8:12 pm
3306
... OK, more info. I have defaulted my country SELECT to US. When I reload the page and do nothing, then the dependency doesn't work, but if I change the...
johnnykrisma
Offline Send Email
Oct 12, 2005
8:21 pm
3307
Hi John, I've done similar things to this in the past. This is what I do: objForm.country.addEvent("onchange", "setLocation();", true); objForm.state.required...
Dean Lawrence
deanmlaw
Offline Send Email
Oct 12, 2005
9:07 pm
3308
... From the docs: http://www.pengoworks.com/qforms/docs/extension_fields.htm#createDependencyT o NOTE: If you want to enforce dependencies on the default...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 12, 2005
11:23 pm
3309
... http://www.pengoworks.com/qforms/docs/extension_fields.htm#createDependencyT ... unique ... which ... Dan, you say RTFM nicer than anyone I've ever seen...
johnnykrisma
Offline Send Email
Oct 13, 2005
8:53 pm
3310
John, ... Did you resolve this issue? What list of form fields? Are you talking about the special CF key in the FORM scope called "fieldnames"? If so, that's ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 14, 2005
2:50 pm
3311
Johnny, ... I'm hoping you fixed this already, but your addValidator() function doesn't point to the correct function name. You have _Field_isCountOptions as...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Oct 14, 2005
4:38 pm
3312
... doesn't ... as the ... Nope, I couldn't figure it out. I just tried this in my validation.js file: function _Field_isCountOptions(maxlen){ var...
johnnykrisma
Offline Send Email
Oct 14, 2005
7:01 pm
3313
No... didn't get the issue solved. I was wondering why there is no form submit in the pre 2.0 example also. When you do the 2.0 version that would be nice to...
Jeanine Farrar
sosensible_s...
Offline Send Email
Oct 14, 2005
8:49 pm
3314
... ITYM this.options[i].selected ? ... A sprinkling of alert()'s in the validator would be a good step, next time. -- Tom Chiverton Advanced ColdFusion...
Thomas Chiverton
thomaschiverton
Offline Send Email
Oct 17, 2005
12:13 pm
3317
Hi, I am trying to make it so a text field will only allow the characters "0-9", "space" and "comma". I thought the following code used to work, but I am...
stevenlanza
Offline Send Email
Oct 24, 2005
5:24 pm
3318
Ok I figured it out (actually my coworker figured it out) so we thought we'd post it back to help others. To recap this function will validate that you have no...
johnnykrisma
Offline Send Email
Oct 25, 2005
3:28 pm
3319
How do I download these files, I do not see a download option at tigris? ... you ... as version ... There has been ... wrap up ... some...
willowandpebs
Offline Send Email
Oct 25, 2005
4:13 pm
3320
Hi there, I'm trying to get location info from a user in the form of Country, City and Area selections. The user can select a single Country and City but may...
Peter
lad4bear
Offline Send Email
Oct 26, 2005
9:32 pm
3321
Hi Guyz, I have something working now (I use populate to fill the container with the required values). I've run into a problem though. Changes to one select...
Peter
lad4bear
Offline Send Email
Oct 27, 2005
12:58 pm
3322
Hey, I'm trying to use a custom validator to tell the user that if they select a particular radio button they must also fill in a text box. (I tried using the...
hofo
Offline Send Email
Oct 28, 2005
1:34 am
3323
Hi Howard, I'm not sure if you just didn't include this piece in your code, but it doesn't look like you are assiging the new validation to any field in the ...
Dean Lawrence
deanmlaw
Offline Send Email
Oct 28, 2005
12:01 pm
3327
Hey Guys, I am completely at a loss here. I'm trying to set up an image based submit button. Works fine in Safari/Opera/Firefox/IE but fails under Mozilla...
httpworkshop
Offline Send Email
Nov 4, 2005
2:16 am
3328
Rob, ... What behavior do you get in Mozilla v1.7.3? Does it give you JS errors? Does this work? <a href="javascript:void(0);" onclick="submitForm();"...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 4, 2005
3:33 am
3329
Peter, Just call the setValue() on the fields with no value to reset the selections. -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 4, 2005
3:38 am
3330
Hi Dan, The submit fails with the link and throws an error Error: this.obj.onsubmit is not a function Source File:...
Robert Obreczarek
httpworkshop
Offline Send Email
Nov 4, 2005
6:07 pm
3331
Try adding: var txtinput = document.createElement("input"); txtinput.type = "text"; txtinput.id = "txtinput" txtinput.name = txtinput.id; for( var j=0; j <...
zcf
zcfx
Online Now Send Email
Nov 5, 2005
2:04 am
3332
I'd like to give users the choice of curing the form errors or saving the data they've completed as a draft. I added this: qFormAPI.allowSubmitOnError="true";...
Johnson, Ted
qwesttcjohn2
Offline Send Email
Nov 5, 2005
2:04 am
3333
Is there any way to take out the __viewstate fields from asp.net page when do the obj.serialize()?, I tried serialize("__viestate") would not recoganize it. ...
debbiezhang2003
Offline Send Email
Nov 9, 2005
4:13 am
3334
I am having issue with qForms. In IE the error is "could not get the display property. Invalid argument." In Firefox it does works and giving me the required...
ShyBoy
asimmanzur
Offline Send Email
Nov 9, 2005
5:06 pm
3335
actually three lines I have added in there. var id = this.obj.name + "1"; document.getElementById(id).style.visibility = "visible"; ...
ShyBoy
asimmanzur
Offline Send Email
Nov 9, 2005
6:58 pm
Messages 3301 - 3335 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