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 your group to be featured on the Yahoo! Groups website? 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 2115 - 2144 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2115
Shaunna, ... There isn't a built-in method to do this, but JavaScript has a ton of Date functionality. qForms does have methods for specifying the format of a...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 1, 2003
2:02 pm
2116
Hello list, I have two radio buttons labeled yes and no. When a user clisk the yes radio button, I show a table row which contains two multi select boxes...
Michael T. Tangorre
mtangorre@...
Send Email
Jul 1, 2003
3:57 pm
2117
Thanks for the tip. Here's what I have so far...this function will be called onSubmit. I'm not sure if I've set the function up correctly though? JavaScript is...
followinvaderzim
followinvade...
Offline Send Email
Jul 1, 2003
4:20 pm
2118
oForm.selectFields.createDependencyTo("radioButton", "yes"); -Dan ... From: Michael T. Tangorre [mailto:mtangorre@...] Sent: Tuesday, July 01, 2003...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 1, 2003
5:18 pm
2119
Shaunna, ... Go read this link for how to right a validator that plugs in to the qForms API: http://www.pengoworks.com/qforms/docs/validation.htm#Creating Skip...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 1, 2003
5:35 pm
2120
Thanks Dan. Worked like a charm. ... From: Dan G. Switzer, II To: qformsapi@yahoogroups.com Sent: Tuesday, July 01, 2003 1:17 PM Subject: RE: [qformsapi]...
Michael T. Tangorre
mtangorre@...
Send Email
Jul 1, 2003
6:55 pm
2121
So, I'm doing some development for Netscape 4.79. Can you believe it? As a result, I'm using "oForm.fieldName.locked" to disable some of my form elements. I...
James Eberhardt
james_eberhardt
Offline Send Email
Jul 2, 2003
8:55 pm
2122
James, ... Instead of changing the code, I'd recommend just overriding that method. It's a small method, so it won't really add that much to the overall source...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 2, 2003
9:04 pm
2123
Is there a function that I can call prior to the validation of form by qForms? Does this question make sense? It's late, and I've not had enough sleep. James...
James Eberhardt
james_eberhardt
Offline Send Email
Jul 3, 2003
2:50 am
2124
Hi there, I've been trying to follow Dan's example in message # 387 without luck and can't figure out what I'm doing wrong. As I understand it. var stcAllForms...
mrwirri
Offline Send Email
Jul 3, 2003
8:09 am
2125
James, ... Not in v1. Whenever I've needed to do this, in the past, I just have used a function to trigger the submit: <input type="button" value="Submit"...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 3, 2003
12:50 pm
2126
Has anyone done anything via qForms to show a progress bar for long running requests? Kind Regards - Mike Brunt Credit Model Project Sempra Energy 213.244.5929...
Brunt, Michael
MBrunt@...
Send Email
Jul 3, 2003
9:53 pm
2127
I think this is beyond the scope of what qForms is trying to accomplish, but I'm curious about what exactly you mean. What king of "long running requests"? ...
James Eberhardt
james_eberhardt
Offline Send Email
Jul 4, 2003
1:12 am
2128
Can someone please help me out here. I can't figure out why this doesn't work. I've been trying to recreate the example from the documentation. A form dump...
mrwirri
Offline Send Email
Jul 4, 2003
5:11 am
2129
Looking for too long at the code. The fields are passed correctly, but also all buttons and that's why my submit handling template got confused !!! Cheers ...
mrwirri
Offline Send Email
Jul 4, 2003
9:46 am
2130
Hi Dan, I a question regarding something that you helped me with sometime back. I have a session variable in CF that indicates my language setting on my...
Mike
mike@...
Send Email
Jul 4, 2003
12:05 pm
2131
Hi All, Is there a way to disable the back button for a particular page using qforms? Mike...
Mike
mike@...
Send Email
Jul 5, 2003
11:27 pm
2132
nope. Javascript can not access the IE internals. The closest you can do is to open the page in windows with the nav buttons disabled. Mike ... From: Mike...
Michael Tangorre
mtangorre@...
Send Email
Jul 5, 2003
11:41 pm
2133
MessageHi Mike, Do you know of a way to change the value of history (-1) This would work to Mike ... From: Michael Tangorre To: qformsapi@yahoogroups.com Sent:...
Mike
mike@...
Send Email
Jul 5, 2003
11:58 pm
2134
I do not. What exactly are you trying to do? ... From: Mike [mailto:mike@...] Sent: Saturday, July 05, 2003 7:57 PM To: qformsapi@yahoogroups.com ...
Michael Tangorre
mtangorre@...
Send Email
Jul 6, 2003
12:03 am
2135
MessageWell I have a login page. The user logs in for the first time with the user name and password. Since it is their first login they need to change their...
Mike
mike@...
Send Email
Jul 6, 2003
12:14 am
2136
page 1 - display login page page 2 - check login ... Keep the functionality broken out.. in my opinion it allows more flexibility. Mike ... From: Mike...
Michael Tangorre
mtangorre@...
Send Email
Jul 6, 2003
12:32 am
2137
Mike, If you set a variable which tracks whether the *complete* login has occurred, this won't be a problem. I usually use a variable called "loggedIn" which...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 7, 2003
12:23 am
2138
I'm having a little trouble with the getValue() function. I have a form that displays multiple rows of data for editing. The data is output from a database,...
seth_petry_johnson
seth_petry_j...
Offline Send Email
Jul 9, 2003
1:33 pm
2139
Seth, ... qForms doesn't support multiple text/hidden fields with the same name. I may be wrong, but I believe using this technique is in violation of the W3C ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 9, 2003
2:50 pm
2140
... Hmm... I'll have to check into that. I've been using this technique for years and never even thought that it might be against spec. ... I thought it might...
seth_petry_johnson
seth_petry_j...
Offline Send Email
Jul 9, 2003
3:02 pm
2141
Newbie Question I am trying to use the createDependencyTo function to make sure that if a user fills in info in an input then they must select a dropdown menu...
jakeyjake22
Offline Send Email
Jul 10, 2003
6:20 pm
2142
Jake, ... A couple of things to keep in mind: 1) JavaScript is case sensitive--this means you'll need to keep variable names/methods/functions in the same case...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 10, 2003
6:26 pm
2143
Well then, where should I begin… How about I just to let you all know what's been going on with me in the last couple of months. Up until a couple months ago...
synergistic_23
Offline Send Email
Jul 10, 2003
8:32 pm
2144
This is a follow on from to this thread, here is our situation. We have a Form with two fields that need a dependancy. If frm_ASGN_ACCT_IND (which is a non...
Brunt, Michael
MBrunt@...
Send Email
Jul 10, 2003
11:09 pm
Messages 2115 - 2144 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