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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2605 - 2634 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2605
I have a dropdown on a form with an OnChange event to kick off the function below. When the one certain value is selected, I make some additional questions...
Kevin Shannon
kevinpshan
Offline Send Email
Mar 1, 2004
12:59 pm
2606
Is it possible with qForms to validate the file type of a file before it is uploaded in a form. I realize that I can use an external funtion to do this, but I...
deanmlaw
Offline Send Email
Mar 1, 2004
1:30 pm
2607
Sounds like a perfect scenario to use the dependency functionality: obj.fieldName.createDependencyTo(string field, [string condition]) ...
Cameron Childress
cameroncf
Offline Send Email
Mar 1, 2004
6:15 pm
2608
Hi Does anyone know if qforms works on Unix. I am having to move all Coldfusion apps over from NT to Unix and none of the qform validation stuff is working....
gdgold2004
Offline Send Email
Mar 1, 2004
6:41 pm
2609
Gary, qForms is all client-side--which means the server platform makes no difference. The one thing to watch out for any time your moving files between Windows...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Mar 1, 2004
6:46 pm
2610
Thanks Dan, that is very helpful. I will have to verify that everything is set up ok for this. Thanks again Gary ... files ... file. The ... on ... validation...
gdgold2004
Offline Send Email
Mar 1, 2004
9:49 pm
2611
Dan, do you know if there could be issues within any of the .js files in referencing each other that could cause a problem with case sesitivity because all...
gdgold2004
Offline Send Email
Mar 1, 2004
10:53 pm
2612
Gary, FYI – I have Q-Forms running on several *nix servers without any apparent issues. I would be almost positive that your developer has written his...
Callum
callummc
Offline Send Email
Mar 1, 2004
11:01 pm
2613
... Only if the file names have been renamed, thus changing the case. There have been many installs of qForms on *nix servers. Also, you might want to check ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Mar 2, 2004
12:03 am
2614
Does anyone have a custom validation for URLs/Web Addresses. I want to make sure the user enters a web address in the following format: ...
Tangorre, Michael
tangormt
Offline Send Email
Mar 2, 2004
2:09 pm
2615
Ok, I got it working. It was a simple matter of putting the ../ in the following: qFormAPI.setLibraryPath("../lib/") I hate when things like that happen!!! ...
gdgold2004
Offline Send Email
Mar 2, 2004
5:16 pm
2616
Hi, I've got a form where the user could see up to 10 file upload elements. How can I check to see that the user has selected at least one file to upload. I...
hofo
Offline Send Email
Mar 2, 2004
5:43 pm
2617
Gary, Glad it's working for you! - Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Mar 2, 2004
5:47 pm
2618
Howard, Here's an example: http://www.pengoworks.com/qforms/ext/atLeastOne.htm The validation routine is in the source code. - Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Mar 2, 2004
5:47 pm
2619
... Thanks. There's one odd wrinkle however. For some unfathomable reason your validation script doesn't work in the Safari browser (on OS X). However, it...
hofo
Offline Send Email
Mar 2, 2004
9:09 pm
2620
I'm using the following field method: o.zip_1.validateZipCode(); which insists that the user enter 10 digits when I only require 5. Am I missing something? ...
Jason Malfatto
jmalfatto
Offline Send Email
Mar 3, 2004
4:49 pm
2621
Hey Jason The validateZipCode() should require either 5 or 9 digits. Is it possible that your form field has an extra space at either the beginning or end of...
Perry Woodin
perry@...
Send Email
Mar 3, 2004
5:51 pm
2622
... beginning ... Nope. To test, I even cut down the maxlength to 5 (although it should be 7, to allow Canadian postal codes). Same error. Jason...
Jason Malfatto
jmalfatto
Offline Send Email
Mar 3, 2004
6:57 pm
2623
How would I validate that the date someone is returning is greater than the date they left? I tried objForm.departuredate.validateExp("parseDate(this.value) <...
Venable, John
johnnykrisma
Offline Send Email
Mar 3, 2004
7:20 pm
2624
Jason, Are you entering numeric characters or mixed characers? - Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Mar 3, 2004
8:34 pm
2625
... Numeric. Jason...
Jason Malfatto
jmalfatto
Offline Send Email
Mar 3, 2004
8:59 pm
2626
I just ran into a problem with having fields named length, width & height cuasing IE to error when setting the descriptions and validating the fields. The...
Michael Slatoff
mslatoff
Offline Send Email
Mar 4, 2004
7:19 pm
2627
Both fields cannot be empty, but 1 or the other can be. Any help? Thanks....
pvanrem
Offline Send Email
Mar 5, 2004
5:33 pm
2628
Everyone, We have a "wizard" type of form that has back button on it. The back button still needs to perform a "submit" of the entire form, but we don't want...
Jeremy Bruck
jeremybruck
Offline Send Email
Mar 17, 2004
5:49 pm
2629
Hi all, I am setting up a new application useing fusebox4 , when testing the required field alert, it works fine in firefox BUT in ie6 I am getting the...
Trent
real_trent
Offline Send Email
Mar 18, 2004
12:05 am
2630
Show us Code? Link to code? -Cameron ... Cameron Childress Sumo Consulting Inc ... land: 858.509.3098 cell: 678.637.5072 aim: cameroncf email:...
Cameron Childress
cameroncf
Offline Send Email
Mar 18, 2004
12:37 am
2631
Ok here is the code, I have striped out the uneeded code. It still works in firefox but not ie6 cheers <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
Trent Shepherd
real_trent
Offline Send Email
Mar 18, 2004
12:55 am
2632
When you have the webpage open in IE6, view the source, paste it into your editor, go to the line throwing the error and paste the code on that line and 10...
Tangorre, Michael
tangormt
Offline Send Email
Mar 18, 2004
11:45 am
2633
Trent, ... Apparently IE is throwing an error when try to set background color style ... It works fine. It's also important to state that escaping the pound...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Mar 19, 2004
2:08 pm
2634
Jeremy, You don't have to declare your validation rules when the page loads--that's just typically the best time to do it. In this case, you just wait to ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Mar 19, 2004
5:30 pm
Messages 2605 - 2634 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