Bernhard Henselmann: onMouseOver= attribut in einem «a href.. setzen?

Beitrag lesen

Schau mal unter

http://www.teamone.de/selfhtml/tebj.htm#a18

da steht:

onMouseover (beim Überfahren des Elements mit der Maus)

Nach JavaScript (Netscape) erlaubt in folgenden HTML-Tags:
<a> <area>

Nach HTML 4.0 erlaubt in folgenden HTML-Tags:
<a> <abbr> <acronym> <address> <area> <b> <big> <blockquote> <body> <button> <caption>
<center> <cite> <code> <col> <colgroup> <dd> <del> <dfn> <dir> <div> <dl> <dt> <em>
<fieldset> <form> <h1> <h2> <h3> <h4> <h5> <h6> <hr> <i> <img> <input> <ins> <kbd> <label>
<legend> <li> <link> <map> <menu> <noframes> <noscript> <object> <ol> <optgroup> <option>
<p> <pre> <q> <s> <samp> <select> <small> <span> <strike> <strong> <sub> <sup> <table>
<tbody> <td> <textarea> <tfoot> <th> <thead> <tr> <tt> <u> <ul> <var>

Hallo!

Kann ich in einem link <a href=...> die attribute fuer onMouseOver, onMouseOut und onClick auch nachtraeglich aus JavaScript setzen?
Wenn es geht, muss ich irgendwas beachten? Wird es auch im IE gehen :P ?

Danke schonmal

Ja, ich habe das selbe Problem. Ich will bei einer Grafik, die gleichzeitig einen Link darstellt das Onmouseover Ereignis setzen, damit eine andere Grafik geladen wird