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 2450 - 2480 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2450
I have a weird problem with the javascript OnFocus="this.Blur()"; I am trying to step users from entering and editing the data in the textarea, as below. ...
lawtrash
Offline Send Email
Nov 6, 2003
8:13 am
2451
Law, ... The problem is the pressing the [BACKSPACE] key in IE on a non-form field defaults to going to the previous page. Since you're immediately removing ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 6, 2003
2:53 pm
2452
Dear Dan, Thanks for the advise. I can't use "disabled" because I still want the users to be able to scrolll thru the textarea. I tried the the readonly...
lawtrash
Offline Send Email
Nov 7, 2003
1:43 am
2453
Law, ... You may be stuck to having to monitor the page for keypresses and if the backspace key is pressed, cancel the event. I never was a fan of them mapping...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 7, 2003
1:39 pm
2454
Hello, Can someone give some ideas or a scenerio as in how to use bits to control acces to functions (add, edit, delete user) or access certain areas of a...
Jesse
stang_inc
Offline Send Email
Nov 7, 2003
9:02 pm
2455
Hi Jesse, if your security model is using the 'Bit' model, your users will have a number assigned to them when they have successfully logged in. This number is...
original_drew2003
original_dre...
Offline Send Email
Nov 9, 2003
1:26 am
2456
Hi Ppls, Is it possible to provide custom error messages in a list when using the 'objForm.required("username,password");' method? Something like...
original_drew2003
original_dre...
Offline Send Email
Nov 9, 2003
1:30 am
2457
Kinda like objForm.comments.validateLengthGT(20,"WOW, you can actually sum up a whole night in less than 5 words!! Try Again!!!"); which will spit out the...
Jason Radosevich
j_abell
Offline Send Email
Nov 9, 2003
7:45 pm
2458
Dan, u r rite. I seriously agree to that. Backspace should only be for deleting text. Microsoft should read this! Anyway thanks I will really like to thank you...
lawtrash
Offline Send Email
Nov 10, 2003
1:19 am
2459
Well I don't !! :-) :-) Seriously, though, I've never had a problem with the dual use of the backspace key - I use it both ways all the time. My main use of...
David Smart
smartware_co...
Offline Send Email
Nov 10, 2003
1:39 am
2460
Drew, ... You can't do it w/your required() field. Currently, the required message is the only message you can't change. A workaround, is to use the ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 10, 2003
6:01 pm
2461
It's come to my attention that qForms is starting to get some mention in various publications and books. I've found the following two books that mention qForms...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 11, 2003
11:47 pm
2462
Cool, Thanks... that Hal Helms writing really helped, I was looking for some info on using bits in a security model for a web site but was not clear on how it...
Jesse
stang_inc
Offline Send Email
Nov 12, 2003
10:28 pm
2463
I would like to know if these routine is available. According to the thread it was going to be incorporated into qForms however the last update I see to the...
Todd Sieber
awesmdiver
Offline Send Email
Nov 14, 2003
1:45 am
2464
Todd, ... No, I haven't released it in the build yet. Here's the code though. One of the reasons I haven't released it yet, is I never got any feedback on the ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 14, 2003
3:08 pm
2465
Hi, All of a sudden I began receiving this error on some pages. I must done something, but can't put my finger on it. This error is referring to the...
stasomatic
Offline Send Email
Nov 14, 2003
4:53 pm
2466
If (objForm.typeacct.getValue() == "Addon") { objForm.A1.validateAtLeastOne("A1,A2,A3,A4,A5,A6"); } I am not sure what is missing with this statement - get...
Todd Sieber
awesmdiver
Offline Send Email
Nov 14, 2003
5:53 pm
2467
Isn't Javascript case-sensitive? If so, then "If" should be "if". Lari Kirby Sr. Developer CallCommand (tm) lkirby@... 513-793-9212 x105 ...
Lari Kirby
laripk
Online Now Send Email
Nov 14, 2003
8:32 pm
2469
... Have you added any form field recently (or added attributes to the existing ones?) Have you added any other JavaScript to the page? - Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 15, 2003
4:04 pm
2470
Dan, FYI - I'm using the routine and have a suggestion to improve it. I'd like to see the ability to add a field description as an option to pass. Right now if...
Todd Sieber
awesmdiver
Offline Send Email
Nov 17, 2003
7:59 pm
2471
Todd, ... As long as the description property is set before the validation routine is actually executed, the correct description should be displayed, ie: ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 17, 2003
8:43 pm
2472
Dan, I understand this - what I was hoping for was a single description instead of one for each checkbox. Like I said, it was only a suggestion. Todd ... ...
Todd Sieber
awesmdiver
Offline Send Email
Nov 17, 2003
10:07 pm
2473
I like how the text & checkboxes highlight when a field is required however it does not work with the radio buttons or at least I have not been able to find a...
Todd Sieber
awesmdiver
Offline Send Email
Nov 17, 2003
11:30 pm
2474
Todd, ... As with all validation methods, there's a last optional argument (which is automatically created when you run the _addValidator() function) that...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 18, 2003
1:42 am
2475
Todd, ... This is really browser specific. IE6 (at least under Windows XP) will highlight the background color around a radio or checkbox element. If anyone ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 18, 2003
1:53 am
2476
... Any chance at getting a speakypeek at that? I was going to modify the existing public version of qForms to add something similar, and I'd hate to duplicate...
peter royal
osi_fx
Offline Send Email
Nov 18, 2003
3:24 am
2477
Thanks - Still learning javascript and your routines - this is exactly what I was looking for. Todd ... (which is ... that allows ... method ... selected one...
Todd Sieber
awesmdiver
Offline Send Email
Nov 18, 2003
4:53 pm
2478
Interesting - I have XP and IE 6 however the radio buttons do not highlight only the check boxes however the code at ...
Todd Sieber
awesmdiver
Offline Send Email
Nov 18, 2003
5:38 pm
2479
I have 4 checkboxes with the same name and only want 1 to be allowed to be checked. Tried this: objForm.payment.validateExp("this.value.length > 1","Only one ...
Todd Sieber
awesmdiver
Offline Send Email
Nov 18, 2003
8:52 pm
2480
Todd, ... All you need is: objForm.payment.required = true; - Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Nov 18, 2003
9:15 pm
Messages 2450 - 2480 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