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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3822 - 3852 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3822
I post this just in case it's something obvious that someone knows immediately how to correct. I'm new to qforms but have it set up to do validation on some...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
11:24 am
3823
First, so far I like qforms very much. Once I get it figured out, it'll save a lot of time writing javascript routines. So, my first question: I have a form...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
11:24 am
3824
Have you tried referencing it like this? objForm.itemQuantity3.validateInteger() -or- objForm["itemQuantity3"].validateInteger() Edward "Sonny" Savage ...
Edward A Savage Jr
sonnysavage
Offline Send Email
May 31, 2007
1:42 pm
3825
I've never seen this error, but I haven't been using FF 1.5 in quite some time either. Is there a specific field that always generates this error? Getting a...
Edward A Savage Jr
sonnysavage
Offline Send Email
May 31, 2007
1:44 pm
3826
I doesn't happen on a specific field. After posting yesterday, I did a google on NS_ERROR_XPC_JS_THREW_ STRING and found the following page: ...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
2:30 pm
3827
That worked fine. Thanks. I was trying to make it too complicated. Regarding my NS_ERROR_XPC_JS_THREW_STRING post: when I added the new fields using...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
2:35 pm
3828
Just an FYI for anyone interested in this thread: I'm using javascript to create a new row in a table, create new cells for that row and then INPUT elements...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
2:55 pm
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
Online Now 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
Online Now 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
Online Now 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
Messages 3822 - 3852 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