parameter 'self' is pseudo-code of the <input> object.Code:<input type="button" value="Click me" onclick="showPropertys(self)" />
I mean, the <input> passes itself as an object to a JavaScript function when clicking.
Is this possible?
If yes, please show code.
Thanks.
.


Reply With Quote
Bookmarks