Quote:
Originally Posted by alexgeek
If it's a real link it will be in an <a> tag in the source.
|
Careful! So will javascript links.
Real link:
- Code: Select all
<a href="somePage.html">Link text</a>
Javascript link (bad):
- Code: Select all
<a href="#" onclick="javascript: openPage('somePage.html')>Link text</a>
...or something like that, anyway. It's been so long since I used an inline event handler, I've forgotten how to write them.
It's hard to believe people are stupid enough to use this method; but if experience teaches you anything, it should be to expect people to do stupid things.
