qwertyuiop
04-20-2004, 02:31 AM
hello, this is a simple javascript thing:
on www.htmlgoodies.com/beyond/nodottedline.html there is a little bit of code that gets rid of that dotted border. I would like it use this on all/some of my links without typing <a class="cc" href="..." onclick="this.blur()">link</a> a whole bunch of times. How can i place the onclick="this.blur()" in a .js file? I only want this to apply to links though.
whoa, i made it sound long and confusing... :rolleyes:
on www.htmlgoodies.com/beyond/nodottedline.html there is a little bit of code that gets rid of that dotted border. I would like it use this on all/some of my links without typing <a class="cc" href="..." onclick="this.blur()">link</a> a whole bunch of times. How can i place the onclick="this.blur()" in a .js file? I only want this to apply to links though.
whoa, i made it sound long and confusing... :rolleyes: