| www.everythingisspiritual.com | www.mosaic.org |
Verwijderd
JavaScript:
1
2
3
4
5
6
| <script language="JavaScript"> function unfocus() { document.getElementById('content').blur(); } </script> |
nah.. wat mooier is is dit:
code:
1
2
3
4
5
6
7
8
9
10
| function blured() {
for (a in document.links) {
document.links[a].onfocus = document.links[a].blur;
}
}
if (document.all) {
document.onmousedown = blured;
document.onkeypress = blured;
} |
[ Voor 44% gewijzigd door gvdh81 op 27-01-2003 10:58 ]
Is dat mooier
waarom? Ik kan wel een aantal redenen bedenken waarom dat ranziger is, nl.
Music is the pleasure the human mind experiences from counting without being aware that it is counting
~ Gottfried Leibniz
Verwijderd
ingewikkelder is mooier ~8)drm schreef op 27 januari 2003 @ 10:58:
Is dat mooierwaarom? Ik kan wel een aantal redenen bedenken waarom dat ranziger is, nl.
de enige reden die ik kan bedenken is dat je nu geen events hoeft toe te voegen aan je tags... Dan nog blijft het voor mij een raadsel waarom je hierbij aan browserdetectie zou moeten doen
[ Voor 32% gewijzigd door Verwijderd op 27-01-2003 11:48 ]
Pagina: 1