javascript
Posted: Tue Aug 09, 2005 2:15 pm
is it possible to click on a link, but allow javascript to send u to that link?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<a href="#" onclick="window.location = 'URLTOSITE';">Click here</a>