---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
Intentionally left blank
1
2
3
4
5
6
7
8
| foreach document.link as dLink{
if (dLink.type = 'messagelink'){
messageId = regexpblabla(dLink)
if (exists(document.messages.messageID)){
dLink = 'http://list_messages/987654#'messageID
}
}
} |
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| function checkMessageFragment() { if (/#\d+$/.test(this.href)) { var frag = this.href.substr(this.href.lastIndexOf('#')+1); var i = messageids.length; while (i--) { if (messageids[i][0] == frag) { window.location.hash = frag; return false; } } } return true; } |
en dan een functie die onload een handler aan de betreffende links koppelt...
Intentionally left blank
Dan krijg je wellicht de verkeerde pagina als iemand een andere setting heeft toch?
[ Voor 14% gewijzigd door Eskimootje op 17-01-2005 12:23 ]
Ook goedcrisp schreef op maandag 17 januari 2005 @ 12:13:
Meer zoiets:
JavaScript:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 function checkMessageFragment() { if (/#\d+$/.test(this.href)) { var frag = this.href.substr(this.href.lastIndexOf('#')+1); var i = messageids.length; while (i--) { if (messageids[i][0] == frag) { window.location.hash = frag; return false; } } } return true; }
en dan een functie die onload een handler aan de betreffende links koppelt...
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
Dit topic is gesloten.
![]()