Hello, I have 2 questions. First is on validateNumeric. I have found that any number with a trailing zero causes qForms to think its NOT valid. So for...
Greetings All: I get the concept of validating at least one with 'checkboxes' where there is only one value, but how would I go about this with radio buttons? ...
Greetings: I have a number of 'submit' buttons on my page. 1 is for a file upload and the other is for final form submission. Having read some of the posts, I...
Hi, Have anybody used JSObject in java and javascript communication. Since when iam sending the window handle via parent window javascript to applet, the...
Hi There: This is similar to another message I posted, but a little different - new problem. My single form (which is generated via a CGI using a template...
A link to the page in question would be helpful if possible. Also, have you tried using a JavaScript debugger or any kind to get more information? There's...
Hi Cameron: Thanks for your reply. I actually replied earlier this morning and deleted it as I've found the problem. I use a number of proprietary tags <%ID%>...
1. The following code works function funcTNWGF() { if ((objForm.fieldE.getValue().length == 0) && (objForm.myCheck.obj[0].checked)) { objForm.fieldF.required =...
I have a page with 2 iframes. Both iframes have forms. I need one form to be able to access checkbox values from another. I know the general notation: From...
Stas, I would think that you would actually have qforms running in each respective frame validating their own form information. Then, if there is an event that...
I have a form that, when submitted, generates an Excel spreadsheet. The spreadsheet is passed to the browser using ColdFusion's CFCONTENT tag. In other words,...
Hi, I'm looking for someone who is really comfortable with qForms and is willing to work on a contract basis to provide form validation using qForms on ...
Hello, I tried using createDependencyTo() which works based on if a field is null or not. I have 2 radio buttons and certain fields are required depending on...
OK, I got it to work...kinf of. I have the following just as a basic example: <script> function CCName(){ // check to make sure the current value is greater...
Hi Mike, I have read through the docs. I understand that I can just say: objForm.myfield.required="true"; My issue is this: I have 2 radio buttons for payment...
Mike, I found this snippet and finally got it to work: function _customValidation(){ if( obj.field_A.getValue() == "" && obj.field_B.getValue() == "" ){ ...
When using qForms the backgroundColor of various fields turns Yellow, at first I figured this was for required fields but in the current form I am working on,...
Are you sure it is qForms? Do you maybe have something like the google toolbar installed and its form remembering functions turned on? That is one such tool...
Yes this isn't corcening to qforms. ... -- Xavi (http://xavicl.blogspot.com)...
Xavi
xavi.xavi@...
Feb 15, 2005 4:47 pm
3098
The get fields() function puts all the fields and their values into a structure, If I have a form the has 40 fields on it and I only want fields 20 through 40...
Dear Techie Job Seekers, We would like to invite you to join our newly created group by visiting http://finance.groups.yahoo.com/group/hitechjobs/ Here you can...
objForm.'00N30000000dpa0'.description = "Quote Required"; throws an error. How can I fix this to use numeric fields? I am integrating this with a 3rd party...
I'm trying to make sure a credit card's expiration is valid, i.e. in the future. How do I do this within a qForms validated form. I have two dropdown fields...
John, I would create 2 new date objects. Create one using the the values from the drop downs and another one using the month and year from the current date. ...