Roll mouse over buttons and out again + click buttons!
Works not in Konqueror. | <td... onmouseover=roll(1,"td1") onmouseout=roll(2,"td1") onclick=alert("Clicked!")</td> |
|
Works in Konqueror. | <td... onmouseover='roll(1,"td2")' onmouseout='roll(2,"td2")' onclick='alert("Clicked!")'</td> |
Both instances above work on latest Windows based: FF, IE, Safari, Chrome and Opera browsers. (alpha / beta too).
1. Click Icon to open kde.org | <img... onclick=location.href='http://kde.org/'> |
||
2. Click Icon to open kde.org | <img... onclick=konqueror()> - and - function konqueror(){location.href='http://kde.org/'} |
Both case 1. and 2. works on latest Windows based: FF, IE, Safari, Chrome and Opera browsers. (alpha / beta too).