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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3829 - 3859 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3829
This is probably not qForms related, but haven't received any replies from JS-Jive nor found any clues elsewhere yet. I have some code that adds a new row of...
Don Arnett
darnit78
Offline Send Email
Jun 1, 2007
1:56 pm
3830
Hi Don, I would do it this way: 1) I would change the call like this: element.onchange = function() { updateItemCost(); }; 2) Inside the 'updateItemCost()'...
Edward A Savage Jr
sonnysavage
Offline Send Email
Jun 1, 2007
2:56 pm
3831
Is there a way to check for the existence of a single field object in qForms, other than using getFields() and looping through the results? Right now I am just...
Jeff Fleitz
jeff_fleitz
Offline Send Email
Jun 1, 2007
6:05 pm
3832
I don't see a way to do that with qForm native functions. I do wonder however, if there isn't a better way to do it altogether. Why would you not know if a...
Edward A Savage Jr
sonnysavage
Offline Send Email
Jun 1, 2007
8:20 pm
3833
I inherited a very complex 12 page user registration form, which essentially posts to itself each step of the way, thus accumulating fields as it goes. Some...
Jeff Fleitz
jeff_fleitz
Offline Send Email
Jun 1, 2007
8:38 pm
3834
Ouch... good luck with that... I normally would normally have that logic in my server-side code. Edward "Sonny" Savage http://savagefamily.pbwiki.com/ ... ...
Edward A Savage Jr
sonnysavage
Offline Send Email
Jun 1, 2007
9:11 pm
3835
Jeff, ... You should be able to do: oForm = new qForm("frmExample"); bExists = (!!oForm.fieldName); (the double bang just makes sure you've got a Boolean) ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 1, 2007
10:00 pm
3836
Well, most of it is in server side code (CF), but I am using button handlers to submit the form. The way it works out, I have to set reset some hidden fields...
Jeff Fleitz
jeff_fleitz
Offline Send Email
Jun 1, 2007
10:36 pm
3837
That's what I was looking for. Thanks, Dan. ... -- v/r, Jeff Fleitz...
Jeff Fleitz
jeff_fleitz
Offline Send Email
Jun 1, 2007
10:36 pm
3838
Thanks. Didn't get around to trying this until today. When I tried: element.onchange = function() { updateItemCost(); }; this.name, nor this.id, nor this.xx...
Don Arnett
darnit78
Offline Send Email
Jun 6, 2007
9:01 pm
3839
Is there a trick to setting radio or checkboxes to 'locked'. I was able to set them to 'disabled', but would like to use 'locked' if possible so they aren't...
Don Arnett
darnit78
Offline Send Email
Jun 7, 2007
3:27 am
3840
Don, ... Quite frankly, the "locked" method was only introduced because NS4 had no "disabled" feature. I really haven't even looked or tested that code in a ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 7, 2007
12:04 pm
3841
Don, ... This is because the updateItemCost() would run in a new instance of the function. You could have done: element.onchange = function() {...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 7, 2007
4:32 pm
3842
Thanks for clearing up that scope stuff Dan. I will eventually commit this stuff to memory. Edward "Sonny" Savage http://savagefamily.pbwiki.com/ ... From:...
Edward A Savage Jr
sonnysavage
Offline Send Email
Jun 7, 2007
8:19 pm
3843
I've used the form disable() method to display a readonly copy of a form after it was submitted (redisplaying with submitted data). I simply called: ...
Don Arnett
darnit78
Offline Send Email
Jun 8, 2007
7:43 pm
3844
Hello, I have unlimited dynamically-related selects and started using qForms to populate them. My problem is that the 3rd dropdown will not populate. I...
will_tomlinson_colorado
will_tomlins...
Offline Send Email
Jun 10, 2007
2:42 pm
3845
If someone has time, go here: http://208.106.220.252/soundings/T8Report.cfm Select an evaluation. Then select some filters. Click view report. I'm trying to...
will_tomlinson_colorado
will_tomlins...
Offline Send Email
Jun 11, 2007
7:17 pm
3846
I get a javascript error Line 745 Error: 'objForm.Tier4' is null or not an object when I use the test 1 eval then bussiness Technologies, then Entertainment...
frazier345
Offline Send Email
Jun 11, 2007
7:40 pm
3847
Jim, Thanks for having a look. I can straighten out that problem with some if statements. But my main issue is the selects will not retain the values after the...
will_tomlinson_colorado
will_tomlins...
Offline Send Email
Jun 11, 2007
8:01 pm
3848
Ok I want to understand. You are saying after the form is summited. it does use the variables that are entered? or that it does not display them on the page?...
frazier345
Offline Send Email
Jun 11, 2007
10:25 pm
3849
Jim, I was able to get things mostly straightened out. Dan showed me how I wasn't even calling the setDefault(). :) Thanks, Will...
will_tomlinson_colorado
will_tomlins...
Offline Send Email
Jun 12, 2007
1:01 am
3851
I think you're using a function that is no longer recommended to use, and hasn't been updated in a while. Modern browsers support the "disabled" attribute of...
Edward A Savage Jr
sonnysavage
Offline Send Email
Jun 14, 2007
3:46 pm
3852
Sonny Thanks. At first I figured that the second 'obj' in your example was a typo, but I figured out why it wasn't. My next problem was that my code wasn't...
Don Arnett
darnit78
Offline Send Email
Jun 14, 2007
7:04 pm
3853
I get a javascript error Line 745 Error: 'objForm.Tier4' is null or not an object when I use the test 1 eval then bussiness Technologies, then Entertainment...
Jim Louis
frazier345
Offline Send Email
Jun 15, 2007
2:03 am
3854
It worked on my end in IE 6.0 will_tomlinson_colorado <will_tomlinson_colorado@...> wrote: Hello, I have unlimited dynamically-related selects and...
Jim Louis
frazier345
Offline Send Email
Jun 15, 2007
2:03 am
3855
Hi all. My qform refuses to validate non english characters, how do I go around this? I would like to change the code internaly so that maybe there's a ...
absalom2000
Offline Send Email
Jul 1, 2007
7:18 pm
3856
I have an iframe inside witch Im using the qform and it wont work. The form is submited without being validated. I use the same code as I do on a page that is...
absalom2000
Offline Send Email
Jul 1, 2007
7:19 pm
3857
Don, Seems like this should work: for (var i in objSprRequest._fields) { objSprRequest[i].obj.disabled = true; } Edward "Sonny" Savage ...
Edward A Savage Jr
sonnysavage
Offline Send Email
Jul 3, 2007
1:58 pm
3858
Ok I do not have any javascript experience. I am using qforms to help my user select related drop-down boxes. It works fine now with 1 line, but I need to...
cameronmcox
Offline Send Email
Jul 5, 2007
3:13 pm
3859
Ok I have no javascript experience. I am using qforms to create a quote/order form. I got it to work for 1 line item. However I need to get my drop-down...
cameronmcox
Offline Send Email
Jul 5, 2007
3:13 pm
Messages 3829 - 3859 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