G
Gernot Frisch
Which is why is it's good practise to create proper links, that will
make
the page work without javascript (possibly a server-side script and
for
instance GET variables). It's twice the coding, but a great
accessible page.
My practise normally is;
1. Make the page work without any javascript.
2. Add javascript where usefull to prevent unneccessary
page-loading.
Unfortunately, not all uses of javascript can be handles this way,
but a lot
can, and should.
full ACK. I want the href to point to the exact same locatino, but use
JS for opening it in a popup window (it's a bible-verse reference
automatism for a forum, like: [bible=gen:1,1], that will create a
small image and a clickable link)
Thank you very much!