> Is not acceptable to put event handlers like onhover and onclick > in an HTML page? Sorry, but I am still learning JavaScript.
Not if you want to do things the Proper Way :0) The term for keeping JavaScript out of the HTML page is "Unobtrusive JavaScript", and we do it for the same reasons we don't have inline (like <p font="Arial">) stuff. These links should help you out: http://www.onlinetools.org/articles/unobtrusivejavascript/ http://icant.co.uk/articles/seven-rules-of-unobtrusive-javascript/ http://en.wikipedia.org/wiki/Unobtrusive_JavaScript http://adactio.com/atmedia2005/ http://www.sitepoint.com/article/unobtrusive-javascript/ Chris This message has been scanned for malware by SurfControl plc. www.surfcontrol.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
