Quote:
Originally Posted by Wild_Fire126
---
|
Maybe something like this will work for you, but if you want it to pop up in a new window, you must use window.open(). It validates just fine, however you should make a function so it isn't inline.
Code:
<div style="cursor: pointer; color: blue; text-decoration: underline;" onclick="location.href='http://www.google.com/'">content</div>
As a reminder... if JS is off, this will not do anything!
Good luck!