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 2583 - 2612 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2583
Hi, I'm working with PHP and I wonder if I can use populate() with PHP- variables. Can anyone please give me an example on how I have to use this function? ...
vantuykom2000
Offline Send Email
Feb 2, 2004
3:49 pm
2584
populate() accepts a client side javascript struct object (aka - associative array). This can be provided by CF, PHP, ASP, whatever you're using. -Cameron ......
Cameron Childress
cameroncf
Offline Send Email
Feb 2, 2004
4:31 pm
2585
Can u please give me an example? I tried some things, but they don't work, say I have a form: <?php $myarray = array(); $myarray[0]= "een"; $myarray[1]=...
vantuykom2000
Offline Send Email
Feb 2, 2004
5:23 pm
2586
4H8*~KՈ)]ftwGɨ^A6s/Je.՞s'dy̥fƄ$;iA!cˇTsTѼfq4YCpzZnH;vfF yܢ...
dswitzer@...
dswitzer2
Offline Send Email
Feb 3, 2004
12:58 pm
2587
v~>j(Щ̢ՐcmmciĭDdWh;ޑ8 ...
dswitzer@...
dswitzer2
Offline Send Email
Feb 4, 2004
9:43 pm
2588
Hi, I am new to both qforms and this group. I don't know if it is appropriate to ask for help? If it is, I am trying to write a custom validator routine that...
Richard Colman
colman@...
Send Email
Feb 5, 2004
4:08 am
2589
Is there anything special you need to do? My qforms work great in Mozilla and IE. And the required fileds work in safari but my validation does not fire it...
jlr@...
hippiex
Offline Send Email
Feb 6, 2004
6:47 pm
2590
The code below is a sample of one of the forms we use. We didn't need to do anything special to make it work in Safari. The only thing that doesn't happen is...
Lani Twitchell
ltwitchell@...
Send Email
Feb 6, 2004
7:54 pm
2591
Does anyone have an example of how to use obj.submit() to prevent a form from being submitted twice (usually with the back button). TNX. Rick Colman UC Irvine...
Richard Colman
colman@...
Send Email
Feb 7, 2004
5:21 am
2592
Hi, I've found here on this list an isTime-function, thanks for that, I can really use this! the function is: *********************** function __isTime() { var...
vantuykom2000
Offline Send Email
Feb 9, 2004
2:45 pm
2593
Hi. I'm currently looking for a solution to the following problem: I have a timetable with two form fields (SeatsXYZ, ValXYZ) for each day. XYZ being a unique...
Andreas Klein
andiklein@...
Send Email
Feb 10, 2004
1:49 pm
2594
Group, I'm using qForms to validate a form that posts to virtual page that publishes an Excel workbook to the client. Here's how it (doesn't) works: 1. User...
rragaamkor
Offline Send Email
Feb 10, 2004
3:57 pm
2595
Ray, ... qForms, by default, disables the form from being able to submit after the form has been submitted once--this is to help try to prevent mutliple form...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Feb 10, 2004
4:06 pm
2596
Rick, ... qForms automatically disables the form from submitting twice--as long as the browser hasn't loaded another document to replace the one the form is...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Feb 10, 2004
4:17 pm
2597
Dan, Thanks, that was it, I just reinitialized the qForm object with an onClick on my submit button. Et viola! Thanks again, Ray ... an ... after ... back...
rragaamkor
Offline Send Email
Feb 10, 2004
4:56 pm
2598
Hello, I'm trying to use a set of scripts called DHTMLMenu (by sothink.com), but they are conflicting with Qforms. Specifically, when I try to use both sets...
acura714
Offline Send Email
Feb 15, 2004
12:59 am
2599
Hello, I'm trying to validate domain names like: something.co.uk something.com some-thing.com.pt etc. Can you help me on this? Thanks in advance. Best Regards,...
njfp_net
Offline Send Email
Feb 17, 2004
12:46 am
2600
How come I have to do this: if (document.ccTerminal.transactionType.options[document.ccTerminal.transaction Type.selectedIndex].value == "ics_auth" Instead of...
Daniel J O'Keefe
djokeefe_2001
Offline Send Email
Feb 21, 2004
7:28 pm
2601
try objForm.transactionType.obj.options ... the obj object in any qForm or qForm input element is a pointer to the DOM object the qForm object manages. ... s....
S. Isaac Dealey
water_muse
Offline Send Email
Feb 21, 2004
10:21 pm
2602
Hi, I am having a bit of problems validating numbers. I am trying to validate input fields so that they are only numbers. I am using...
Jason Radosevich
jason@...
Send Email
Feb 24, 2004
2:49 pm
2603
Hey jason this should work for you: function IsNumericInteger(sText) { var ValidChars = "0123456789"; var IsNumber = true; var Char; var numDecimals = 0; for...
Stop Ing
btroop202
Offline Send Email
Feb 24, 2004
3:33 pm
2604
Sweet, I will try that.. Thanx ... Jason Radosevich http://www.terminalfusion.com Blog http://www.terminalfusion.com/blog ... From: Stop Ing...
Jason Radosevich
j_abell
Offline Send Email
Feb 24, 2004
5:21 pm
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
Offline 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
Messages 2583 - 2612 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