Forum: JavaScript / DHTML / AJAX Jul 14th, 2008 |
| Replies: 14 Views: 1,716 Hi,
I can't run your code because it's not HTML, and I don't have ASP server.
I'm predominantly at PHP and only wrote in ASP once or twice, so at best, I am not an ASP expert but the webpage... |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2008 |
| Replies: 14 Views: 1,716 Some of the events you can make use of
<input onclick="" onfocus="" onblur="" onchange="">
and to reference these in javascript,
<script>
function validate(objForm) |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2008 |
| Replies: 14 Views: 1,716 you will need a little bit of css as well as a few js functions to deal with the onchange and onblur events.
you should take some time to view source which would explain much of the behaviors... |