Click to See Complete Forum and Search --> : Event handler onClick


okham
08-20-2006, 08:42 PM
Hi folx, I had a question about the onClick handler...does anyone know if an element can be be displayed (unblocked) in the event without having to resort to javascript?

okham

Kravvitz
08-20-2006, 09:45 PM
What do you mean by "unblocked"?

If you want the document to change by clicking on something without reloading the page you need to use JavaScript.

Keep in mind that some Internet users use a browser that doesn't have JavaScript enabled. (http://www.thecounter.com/stats/2006/July/javas.php)

The Importance of Degrading Gracefully (http://weblog.burningbird.net/archives/2005/03/25/the-importance-of-degrading-gracefully/)
Perpetuating the myths of JavaScript degradation. (http://domscripting.com/blog/display.php/25)

felgall
08-20-2006, 10:28 PM
The event handlers (such as onclick) are Javascript not HTML.

okham
08-21-2006, 11:18 AM
sorry for posting that here then, felgall...thanks for the info

okham