Page 1 of 1

javascript

Posted: Tue Aug 09, 2005 2:15 pm
by nincha
is it possible to click on a link, but allow javascript to send u to that link?

Posted: Tue Aug 09, 2005 2:44 pm
by feyd
if I understand correctly.. yes.

Posted: Tue Aug 09, 2005 3:17 pm
by PrObLeM

Code: Select all

<a href="#" onclick="window.location = 'URLTOSITE';">Click here</a>