Forum: JavaScript / DHTML / AJAX Mar 4th, 2008 |
| Replies: 0 Views: 656 I have a classic ASP form with a date input. I would like to have a javascript datemask for the textbox, but I need it to ideally respect localization settings. I've found a number of masks that... |
Forum: JavaScript / DHTML / AJAX Sep 14th, 2007 |
| Replies: 3 Views: 4,410 Well, yeah, I probably need to return checkSelected or something. Errrrr, actually, it probably would work if it popped the warning for each one, and then returned for that one. Ideally I'd focus... |
Forum: JavaScript / DHTML / AJAX Sep 12th, 2007 |
| Replies: 3 Views: 4,410 I'm using classic ASP here, and trying to do some Javascript validation.
In my form, I'm dynamically creating checkbox groups - each group has a common Name, and each checkbox has a unique ID. ... |