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 to share photos of your group with the world? 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 3048 - 3077 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3048
Angus, I don't know that using the dots is going to be possible. It seems like there is something else that breaks server side with CF and maybe ASP too, but...
Bill Killillay
BKillillay
Offline Send Email
Dec 1, 2004
10:12 am
3049
Here is the fix I came up with. Just replace the current stripInvalidChars function in the functions_js12.js file. function _stripInvalidChars(_s, _t){ var s =...
ronswebcam
Offline Send Email
Dec 1, 2004
12:39 pm
3050
Dean, That did it. Thanks very much for your help. ... From: Dean Lawrence [mailto:deanlaw@...] Sent: Tue 11/30/2004 8:06 AM To:...
Sisk, Brian
brian.sisk@...
Send Email
Dec 1, 2004
2:14 pm
3051
Excellent! 8-) -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 ...
Dean Lawrence
deanmlaw
Offline Send Email
Dec 1, 2004
2:24 pm
3052
Angus, What is the error message you are getting. We have an internal application that uses dot notation and it works just fine. Are you sure it's not another...
Carabetta
Offline Send Email
Dec 1, 2004
5:39 pm
3053
Yes, turned out be casing. Grrrr! objForm["leftSide.rightSize"] references the field object just fine. Thanks again. Cheers Angus ... From: Carabetta...
Angus Johnson
ajohnson@...
Send Email
Dec 2, 2004
5:08 am
3054
Hi all please help me on this. Our form haves 2 fields: Age1: greater than 18 years Age2: greater than Age1 and lower than 80 years. How to do that using...
coldfusionlists
Offline Send Email
Dec 3, 2004
1:53 pm
3055
What have you tried so far? Are you fishing for somebody to write this for you, or have you given it a try, it's really not that heard, a bit of reading and...
wjkillay@...
BKillillay
Offline Send Email
Dec 3, 2004
2:09 pm
3056
Thanx so BK using this script objForm.agemin.isRange(15,90)="Enter your age in range 15 to 90"; give me an error... What parameters need to inform? Thanx ... ...
coldfusionlists
Offline Send Email
Dec 3, 2004
4:01 pm
3057
I think you will have better luck if you do this: objForm.agemin.isRange(15,90); objForm.agemin.description="Enter your age in range 15 to 90"; Give that a try...
wjkillay@...
BKillillay
Offline Send Email
Dec 3, 2004
4:33 pm
3058
By now works fine.... Please look: objForm.agemin.validateRange(15, 80); objForm.agemax.validateRange(15, 80); User need to enter in agemax field values...
coldfusionlists
Offline Send Email
Dec 3, 2004
4:56 pm
3059
From what it sounds like your doing you can do one of two things you can write a custom validator, or much faster and simpler IMO, would be to just create a...
wjkillay@...
BKillillay
Offline Send Email
Dec 3, 2004
5:07 pm
3060
Hi, I just started using qforms, it's great. I have people register by filling out a form and then enter the fields into a DB. Looking through the records of...
Mr. Burns, AKA Kaze S...
kazesoze
Offline Send Email
Dec 4, 2004
8:31 am
3061
Mr. Burns, Are you using the latest build of qForms? I use the validateEmail(), I guess I need to check that too. Should not be too hard to fix if there is a...
Bill Killillay
BKillillay
Offline Send Email
Dec 4, 2004
3:42 pm
3062
Hi, I am using the latest build (Build: 139). Weird. Mr.Burns. ... (), I ... there is a ... email ... ...
Mr. Burns, AKA Kaze S...
kazesoze
Offline Send Email
Dec 4, 2004
3:47 pm
3063
Mr. Burns, That is very weird. I've not had a chance to play with it yet. I'm in the middle of moving some people out of my house. I'll try and look at it...
Bill Killillay
BKillillay
Offline Send Email
Dec 4, 2004
4:50 pm
3064
I have never gotten this working properly. If my directory structure is: +-- root ... +-- orders --- placeorder.html ... +-- qforms And I want to use qforms in...
Richard Colman
colman@...
Send Email
Dec 6, 2004
11:50 pm
3065
<SCRIPT SRC="qforms.js"></SCRIPT> <SCRIPT LANGUAGE="JavaScript"> // set the path to the qForms directory qFormAPI.setLibraryPath(".); <--------------- Error...
Jason Radosevich
j_abell
Offline Send Email
Dec 6, 2004
11:59 pm
3066
I have a page that works fine on server A. I moved it to server B, and get the following error message attempting to validate a required field through ... ...
Richard Colman
colman@...
Send Email
Dec 8, 2004
5:21 am
3067
objForm._skipValidation=true was the solution to my problem of having multiple submit buttons, yet one button that would bascially close the form. Thanks MAD...
Dawson, Michael
md40doctormo
Offline Send Email
Dec 10, 2004
10:49 pm
3068
I have a form with three submit buttons. I also have some required fields. The buttons are: [Save and New] [Save and Close] [Close] These buttons are pretty...
Dawson, Michael
md40doctormo
Offline Send Email
Dec 10, 2004
10:50 pm
3069
Hi All, Just created a custom function to check the length of a filename when using <input type="file" />. Any comments/suggestions/fixes you could offer...
woodinwelles
Offline Send Email
Dec 21, 2004
1:18 am
3070
So here's my problem. I have a checkbox that I want to use as a trigger for a createDependencyTo field: <input type="checkbox" name="system_10"...
snafu918
Offline Send Email
Dec 21, 2004
4:28 pm
3071
Hi, I have a simple form with fields, username and password If I hit submit, the validation part works, and it highlights my form elements, this part is fine. ...
xpurplekushx
Offline Send Email
Dec 25, 2004
1:48 am
3072
What does the source look like from the browser? ... -- Aaron Rouse http://www.happyhacker.com/...
Aaron Rouse
aaron_rouse
Offline Send Email
Dec 25, 2004
4:47 am
3073
Hi, After the closing </form> tag I have: <script language="JavaScript"> objForm = new qForm("frmData"); objForm.username.focus(); objForm.required("username,...
xpurplekushx
Offline Send Email
Dec 26, 2004
8:56 pm
3074
Does anyone know the correct syntax to use in a custom function to reset a selective fields background back to it's default color after failing validation? The...
deanmlaw
Offline Send Email
Dec 27, 2004
9:51 pm
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
Messages 3048 - 3077 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