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 to share photos of your group with the world? 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 2823 - 2852 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2823
Hey Dan, I got sidetracked on anotther project but this thing is still giving me fits. I have included my form code. Thanks for your help. John ... Untitled ...
Venable, John
johnnykrisma
Online Now Send Email
Jun 1, 2004
8:19 pm
2824
John, What was the problem you were having again? I notice on the page that you sent me three things off the bat: 1) There's CF markup within the page. I'm...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 1, 2004
8:44 pm
2825
Sorry Dan, All those things *shouldn't* be the issue as what I sent was the source. I am attaching the actual generated page, but it's kinda messy which is why...
Venable, John
johnnykrisma
Online Now Send Email
Jun 1, 2004
8:55 pm
2826
John, ... On this line, you have two form fields w/identical names, but of different types. This will break qForms (it works fine if the field types are ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 1, 2004
10:39 pm
2827
DOH, I can't believe i missed that!! Thanks so much Dan, you are, once again, the man. Thanks. John ... From: Dan G. Switzer, II...
Venable, John
johnnykrisma
Online Now Send Email
Jun 2, 2004
2:49 am
2828
Your document is attached. ++++ Attachment: No Virus found ++++ F-Secure AntiVirus - www.f-secure.com...
dswitzer@...
dswitzer2
Offline Send Email
Jun 3, 2004
3:34 pm
2829
I'm trying to post the form to a popup window. I have it working, but it posts to the popup even if there is an error in the form. How can I have the popup...
conradhall
Offline Send Email
Jun 5, 2004
1:10 am
2830
Conrad, You need to form.attachEvent('onsubmit', disablePage_wait); line *before* you invoke the qForm's object, otherwise the pop-up window will continue to ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 5, 2004
6:02 pm
2831
I can not seem to get this function to work... HTML... <a href="##" onclick="toggleDrillDown('tbl#x#');" id="tbl#x#">Company #x#</a> JS...... ...
Tangorre, Michael
tangormt
Offline Send Email
Jun 9, 2004
2:26 pm
2832
Michael, What are you expecting this to do? You may not be noticing a visual difference between the inline and block styles. Also, I'd change the href="##" to...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 9, 2004
9:56 pm
2833
... You are right Dan.. That was a typo. I got focused on the JS errors. ... What exactly does the "javascript:void(0)" do? I am not familiar. Mike...
Tangorre, Michael
tangormt
Offline Send Email
Jun 10, 2004
1:15 pm
2834
i have this case. on the top of page, i've load the qforms library successfully. then i want to validate same password IF PWD FIELD IS NOT BLANK. i wrote...
meisaputra
Offline Send Email
Jun 10, 2004
1:26 pm
2835
... Exactly nothing--which is what you want to happen to the href event. If your onclick event doesn't return false, then whatever is in your href event will ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 10, 2004
1:28 pm
2836
... Go to know Dan, thanks! I am learning more and more JS as I use qForms... What a huge time saver. How's 2.0 coming along? Mike...
Tangorre, Michael
tangormt
Offline Send Email
Jun 10, 2004
1:32 pm
2837
... The code looks ok, but I notice you don't have a submit trigger built-in to the form. What currently happens when the form tries to submit when there are...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 10, 2004
1:51 pm
2838
Hi Richard- We exchanged e-mails regarding website hosting and qforms. I just wanted to follow up and see if I can earn your business. ...
Steve Parks
steedagt50
Online Now Send Email
Jun 12, 2004
3:05 pm
2839
Hi all, I can make a good offer about hosting, try to compare the prices: www.ixwebhosting.com qformsapi@yahoogroups.com wrote: Hi Richard- We exchanged...
Radu Calauz
radu_calauz
Offline Send Email
Jun 13, 2004
11:28 am
2840
Dan, just curious an update to v2's status? How large of a donation will get one sneak-peek access to the code? :) -pete...
peter royal
osi_fx
Offline Send Email
Jun 14, 2004
1:59 pm
2841
Can someone please assist me in making a radio button selected. The number of radio button options is variable. thanks-...
pwshjg1
Offline Send Email
Jun 14, 2004
3:38 pm
2842
... In qForms, you just call the setValue() method with the value you want selected: If you have the following select boxes: <input type="radio" name="color"...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 14, 2004
7:52 pm
2843
I have a file upload form that I need to require a file be selected unless one of two conditions exist. First, I have a hidden field that contains the value of...
deanmlaw
Offline Send Email
Jun 15, 2004
2:39 pm
2844
One BAH-ILLION dollars!!!! <evilLaugh>Bwah hah hah hah</evilLaugh> On a serious note though, the development of qForms really does rely on how I'm able to...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 16, 2004
12:40 am
2845
Dean, ... What syntax have you tried?...
dswitzer@...
dswitzer2
Offline Send Email
Jun 16, 2004
3:31 pm
2846
Dan, I have tried this using objForm.bannerSrc.isDependent("bannerSrcURL"); Also objForm.bannerSrc.isDependent("bannerSrcCurr", false); ...
Dean Lawrence
deanmlaw
Offline Send Email
Jun 16, 2004
11:13 pm
2847
Dean, ... You don't use isDependent()--you use createDependencyTo(). ... This should work for you: <form name="frmExample" action="" method="POST"...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 17, 2004
2:30 am
2848
Dan, This works as long as the fields are not hidden. If I change bannerSrcCurr to a hidden field (which it is on my final form) and give it a value, the ...
Dean Lawrence
deanmlaw
Offline Send Email
Jun 18, 2004
12:23 pm
2849
Dean, ... This should work: oForm.bannerSrc.createDependencyTo( "bannerSrcUrl", "(this.getValue().length == 0) && ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 18, 2004
3:12 pm
2850
Dan, I got this to work, however, there are some weird idiosyncrasies that are happening. First off, the hidden field won't need to change dynamically, it will...
Dean Lawrence
deanmlaw
Offline Send Email
Jun 18, 2004
11:12 pm
2851
Dean, Sounds like the [ENTER] is not trigger the onchange event before firing the onsubmit event. You can fix this by placing the enforceDepenedency() ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 19, 2004
4:30 am
2852
I have some required fields, yet when I click submit, the fields quickly highlight then the fields submit... Sounds like something simple.. Anyone have an...
Michael T. Tangorre
mtangorre@...
Send Email
Jun 20, 2004
11:18 pm
Messages 2823 - 2852 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