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 2341 - 2371 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2341
Can either type of path be used here.. qFormAPI.setLibraryPath ("http://localhostinterface/javaScripts/qForms/lib/"); qFormAPI.include("*"); This seems to be...
mike
tangormt
Offline Send Email
Oct 1, 2003
3:47 pm
2342
Hi, New to qForms. Is there a way in qForms to put up a "Are you sure you want to continue?" window upon form submission? This would be especially handy for...
mt4ylore
Offline Send Email
Oct 2, 2003
6:13 pm
2343
I don't know if this is what you're looking for but here is how we do it, note the "alert" function submitform(formAction) { switch (formAction) { case...
Brunt, Michael
MBrunt@...
Send Email
Oct 2, 2003
6:18 pm
2344
using the add event method, add a function call to onSubmit.... objForm.addevent(.....); function finalConfirmation(){ var x = confrim("Are you sure you want...
Tangorre, Michael
tangormt
Offline Send Email
Oct 2, 2003
6:19 pm
2345
Eoghan, ... You'd have to modify the getBits() method to handle checkbox elements that aren't arrays (i.e. just contain a single checkbox element with matching...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Oct 3, 2003
7:05 pm
2346
Michael, ... Thanks for the link! - Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Oct 3, 2003
7:05 pm
2347
Trent, ... Two ways: 1) Change the description property of your field to something more useful: objForm.phone1.description = "daytime phone number"; ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Oct 3, 2003
7:18 pm
2348
Mike, ... Are you wanting the local system file path? I've found that relative paths work fine, or you could use: ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Oct 3, 2003
7:25 pm
2349
Actually I had it right the first time, what I did not realize was the error I was receiving was related to me having the form fields named the same (select...
Tangorre, Michael
tangormt
Offline Send Email
Oct 3, 2003
7:27 pm
2350
Hello, I've got a small problem using qFormsAPI. The problem is that I can't find a method which would alow only digit(no dots, no commas, only digits) values...
Romas Juskevicius
Romyla
Offline Send Email
Oct 6, 2003
6:27 am
2352
Thanks for your answer, it worked of course. Trent Shepherd SeaSpray technology & design cell: 0412 245 212 phone:4285 8793 email: trent@... ... From:...
Trent Shepherd
real_trent
Offline Send Email
Oct 7, 2003
8:27 am
2353
Dan, do you have any thoughts relating to the Elos Microsoft legal stuff that eventually will kick in? The current workaround from Macromedia is to use...
Brunt, Michael
MBrunt@...
Send Email
Oct 8, 2003
5:10 pm
2354
Hi, I just joined up. Pete...
Peter Galipo
GalipoP@...
Send Email
Oct 10, 2003
7:49 am
2355
Hi, I'm new to qForms so I'm hoping someone can point me in the right direction. I have a form that has 4 required fields. 3 text fields and 1 select list. The...
Peter Galipo
GalipoP@...
Send Email
Oct 10, 2003
9:01 am
2356
I am a table that contains links in each row. When a user clicks a link I would like the related information from that rows information to appear in the form....
Tangorre, Michael
tangormt
Offline Send Email
Oct 10, 2003
1:15 pm
2357
Sorry for being so vague... Let me explain further. Each row in the table lists a user's name and phone number. There is a lot more information associated with...
Tangorre, Michael
tangormt
Offline Send Email
Oct 10, 2003
1:17 pm
2358
Nevermind... I was having a friday brain surge. I got it. ... From: Tangorre, Michael [mailto:tangorrem@...] Sent: Friday, October 10, 2003 9:15 AM ...
Tangorre, Michael
tangormt
Offline Send Email
Oct 10, 2003
1:27 pm
2359
Does anyone see anything wrong with the following, I am getting an error about stcProcurementType being undefined..: <html> <head> <title>OTIS Landing...
Tangorre, Michael
tangormt
Offline Send Email
Oct 10, 2003
2:08 pm
2360
Grrrrr object Object object Object case.... grrrr ... From: Tangorre, Michael [mailto:tangorrem@...] Sent: Friday, October 10, 2003 10:05 AM To:...
Tangorre, Michael
tangormt
Offline Send Email
Oct 10, 2003
3:12 pm
2361
Peter - If the value of the "-- select a value --" item is an empty string then merely telling qForms that you want this field to be required will do the ...
Lari Kirby
laripk
Online Now Send Email
Oct 10, 2003
7:15 pm
2362
too easy.... cheers. Peter Galipo Systems Manager International Programs Curtin Business School Curtin University of Technology Email:...
Peter Galipo
GalipoP@...
Send Email
Oct 11, 2003
9:18 am
2363
Hi Folks, I'm just wondering if there is a method to check if the number of chararcters entered into a textarea is less than a certain value. Many Thanks, Pete...
Peter Galipo
GalipoP@...
Send Email
Oct 13, 2003
2:14 am
2364
validateLengthLT() ... From: "Peter Galipo" <GalipoP@...> To: <qformsapi@yahoogroups.com> Sent: Monday, October 13, 2003 3:14 PM Subject:...
Johan Steenkamp
johan@...
Send Email
Oct 13, 2003
4:01 am
2365
Worked first go. Cheers ... validateLengthLT() ... From: "Peter Galipo" <GalipoP@...> To: <qformsapi@yahoogroups.com> Sent: Monday, October 13,...
Peter Galipo
GalipoP@...
Send Email
Oct 13, 2003
8:08 am
2366
Hey all, I'm running into the strangest problem. I am generating the validation calls from within a servlet. In a certain case i set the required field on a...
kolosy0
Offline Send Email
Oct 13, 2003
7:10 pm
2367
Could anyone give me some help with the following: I have a drop down list of employees (about 150 entries long). What I would like to do is to put a text box...
Tangorre, Michael
tangormt
Offline Send Email
Oct 14, 2003
10:57 am
2368
Howdy Michael, ... See if this helps: http://webdeveloper.earthweb.com/webjs/jsform/item.php/53191 -- Chris Montgomery Airtight Web Services...
Chris Montgomery
monty_78247
Offline Send Email
Oct 14, 2003
2:10 pm
2369
I think that the UUID I have as my 2 keys are throwing things off.. Can someone help me solve the problem with this: Here are the two select boxes elements. ...
Tangorre, Michael
tangormt
Offline Send Email
Oct 14, 2003
2:11 pm
2370
Sorry for the double post, I have two email addresses in my address book for the group....
Tangorre, Michael
tangormt
Offline Send Email
Oct 14, 2003
2:12 pm
2371
Perfect... I d/l that code, and modified it slightly to fit my needs, thanks! ... From: Chris Montgomery [mailto:lists@...] Sent: Tuesday, October...
Tangorre, Michael
tangormt
Offline Send Email
Oct 14, 2003
2:15 pm
Messages 2341 - 2371 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