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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3490 - 3527 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3490
I am creating a set of checkboxes with same name dynamically using javascript. So, I need to add the Field to the qform object, so I can make the checkbox set...
alex1106us
Offline Send Email
Apr 4, 2006
6:16 pm
3492
Alex, The addField() method takes a string contain the new form field element: o.addField("lsUserGroupIDs"); -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 4, 2006
7:01 pm
3493
Thanks for the quick response. I did notice that and passed it in as a string. It gave me the same error. Does it have to do with the checkboxes having the...
alex1106us
Offline Send Email
Apr 4, 2006
7:50 pm
3494
Actually it is throwing an error on the addField line now o.addField("lsUserGroupIDs"); stating o.lsUserGroupIDs is null or not an object ... as ... What...
alex1106us
Offline Send Email
Apr 4, 2006
8:00 pm
3495
i am in trouble i am want detail code of php for my site details is a web form that contains 4 fieds, i.e. your name, your email, receipient name, receipent...
saimadear2003
Offline Send Email
Apr 5, 2006
5:29 am
3500
Hi, I'm trying, without success, to integrate qForms into an ASP.NET 2.0 page. I have added the following (<SCRIPT SRC="/general/js/lib/qforms.js"></SCRIPT>)...
cockylad12
Offline Send Email
Apr 19, 2006
12:15 pm
3501
Friday, April 14, 2005 was my last day at 1st Source. Please contact Tim Bell or Josh Overgaard with any questions or concerns about anything I would have...
Kevin Redar
kredar1
Offline Send Email
Apr 19, 2006
12:19 pm
3503
Hi all, I am using asp.net 2.0 and the new masterpages functionality to ensure consistent layout of my site. I am trying to implement qforms for the first...
reggie_macca
Offline Send Email
Apr 20, 2006
9:55 am
3504
Hi all, using asp.net 2.0 with master pages. This requires that there is only 1 runat=server form on the page. I have got qforms working ok except that when I...
reggie_macca
Offline Send Email
Apr 20, 2006
2:45 pm
3505
Hi Reggie, I don't work with .NET so I don't know if this will work or not, but you could possibly add an onClick event to the links which calls a function...
Dean Lawrence
deanmlaw
Offline Send Email
Apr 20, 2006
3:59 pm
3506
I am trying to create an XSLT "skin" for the new Coldfusion CFForm tag to replace Coldfusion's Javascript validation routines with QForm's. I know Dan said he...
Brad Blan
bradblan
Offline Send Email
Apr 21, 2006
4:53 am
3508
Group, I have set of containers that I need to pre-select some items from the left container to the right container. Which works fine by invoking the...
rragaamkor
Offline Send Email
Apr 21, 2006
5:13 pm
3509
Hi all, Just want to highlight how useful this post by Mr Clark. I was in a situation where i needed to update this particular tinyMCE textarea control before...
ingeniur_77
Offline Send Email
Apr 25, 2006
10:13 am
3510
Thank you very much for your reply. I have actually managed to rewrite my code and have now gotten the desired result. I think that I had gotten it wrong first...
reggie_macca
Offline Send Email
Apr 27, 2006
11:58 am
3511
Hi all, I have a page that has 2 radio buttons. The value of the radio buttons are 1 and 2. I have a textbox that is dependent upon the radio button value...
reggie_macca
Offline Send Email
Apr 27, 2006
11:58 am
3512
Hi all, I have a page that has four radio buttons on it. Depending on which radio button is selected a different <div> is displayed that contains various...
reggie_macca
Offline Send Email
Apr 27, 2006
2:33 pm
3513
I'd imagine you would make it happen by creating dependencies based upon the value of the radio button. ... -- Aaron Rouse http://www.happyhacker.com/...
Aaron Rouse
aaron_rouse
Offline Send Email
Apr 27, 2006
3:07 pm
3514
Yes, that's what I thought, so I tried that but it still tries to validate fields that are withing a different div? ... upon the...
reggie_macca
Offline Send Email
Apr 27, 2006
3:39 pm
3515
Can we see the source? ... -- Aaron Rouse http://www.happyhacker.com/...
Aaron Rouse
aaron_rouse
Offline Send Email
Apr 27, 2006
3:44 pm
3516
OK, here goes, //JAVASCRIPT DIV CHANGE SCRIPT AT TOP OF PAGE <script language=javascript> // JavaScript Document // onresize for ns4 if (document.layers) { var...
reggie_macca
Offline Send Email
Apr 27, 2006
4:14 pm
3517
I really did try to search for an answer. Am I missing soemthing, or dos qforms not support field names that are arrays? For example: <input...
jacmgr
Offline Send Email
Apr 28, 2006
2:08 am
3518
Just a little more info as I may not have explained the problem correctly and this is really starting to get me down as I was hoping qforms was going to be my...
reggie_macca
Offline Send Email
Apr 28, 2006
10:14 am
3519
Hi John, This came up a little while back. Use objForm["field[]"] format to reference your fields. Dean ... -- __________________________________________ Dean...
Dean Lawrence
deanmlaw
Offline Send Email
Apr 28, 2006
12:00 pm
3520
... style="border-color:Gray;border-width:1px;border-style:Solid;width:35px;" ... style="border-color:Gray;border-width:1px;border-style:Solid;width:35px;" ......
reggie_macca
Offline Send Email
Apr 28, 2006
1:43 pm
3521
I'd like to use the qForms function library, but (for site branding purposes) I'd prefer to display error messages inside css-styled tags (e.g. div's or...
Jason Malfatto
jmalfatto
Offline Send Email
Apr 28, 2006
1:51 pm
3522
Hi Jason, I do not believe that you can do this in version 1.39, but Dan put together a demo of this using the new 2.0 version at ...
Dean Lawrence
deanmlaw
Offline Send Email
Apr 28, 2006
2:58 pm
3523
Reggie, If you choose daily recurr and then immediately choose the monthly recur without checking off the daily type, does the validation work? If so, I think...
Dean Lawrence
deanmlaw
Offline Send Email
Apr 28, 2006
3:17 pm
3524
Thanks Dean, I had no idea that the obj.fieldName.reset() function existed (should learn to look harder!). I have integrated this function into my 'swaplayers'...
reggie_macca
Offline Send Email
Apr 28, 2006
4:45 pm
3525
Excellent! Glad it worked. Dean ... -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 *...
Dean Lawrence
deanmlaw
Offline Send Email
Apr 28, 2006
4:53 pm
3527
I have been having horrible issues with getting a lot of the validators to work in safari so I decided to see what I could do about fixing the problem. After a...
Jesse McPherson
jesse_mcpherson
Offline Send Email
May 4, 2006
12:03 am
Messages 3490 - 3527 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