JavaScript and client side scripting.
Moderator: General Moderators
-
nincha
- Forum Contributor
- Posts: 191
- Joined: Fri Mar 28, 2003 12:30 pm
- Location: CA, USA
Post
by nincha »
is it possible to click on a link, but allow javascript to send u to that link?
-
feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Post
by feyd »
if I understand correctly.. yes.
-
PrObLeM
- Forum Contributor
- Posts: 418
- Joined: Sun Mar 07, 2004 2:30 pm
- Location: Mesa, AZ
-
Contact:
Post
by PrObLeM »
Code: Select all
<a href="#" onclick="window.location = 'URLTOSITE';">Click here</a>