![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Which button was clicked to cause validation?
From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Wed Nov 30 2005 - 17:23:10 CET
ujjc001@gmail.com wrote:
> asp button. has server side code. has a custom validator.
So it is completely irrelevant here, yes?
> in the client side javascript code for the custom validator, can I call
Perhaps
function val_cust_ByAddress_ClientValidate(sender, args, action)
<input type="button" name="foo"
? If not, post the code the _client_ gets, i.e. the server generates.
Who on Earth is supposed to read this junk?
PointedEars
|