Picture Links in Javascript |
Picture Links in Javascript |
Apr 28 2004, 10:10 PM
Post
#1
|
|
![]() Feh... I want ramen!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 928 Joined: Feb 2004 Member No: 3,203 |
Does anyone know how to/if you can link a picture to a URL in javascript? I mean like using the image as a link. I want to try this code:
CODE <!-- begin code provided by createblog.com --> <!--http://www.xanga.com/anti_fukin_social--> <script language="Javascript"> //paste in custom header only //your screen name below var mysn="frozenshadowfox"; //the message before your AIM Status var themsg="I am currently"; //picture to show when you are online var onlinepic="http://www.aimfilez.com/online.gif"; //picture to show when you are offline var offlinepic="http://www.aimfilez.com/offline.gif"; //no need to edit here document.write(themsg + " <IMG SRC=http://big.oscar.aol.com/" + mysn + "?on_url=" + onlinepic + "&off_url=" + offlinepic + ">."); </script> <!-- end code provided by createblog.com --> and have the pictures as links to IM me. can anyone help? |
|
|
|
![]() |
| *[2]Nekked* |
Apr 30 2004, 03:32 PM
Post
#2
|
|
Guest |
QUOTE(Fireshrieker @ Apr 30 2004, 2:24 PM) okay, i think there's a misunderstanding here. for me, the picture isn't the problem- the problem is, i couldn't get that picture to be a link (NOT i couldn't get the link to be the right picture) do you get what i mean? or should i reword it? i gave you a link for this already in a different thread. http://www.onlinestatus.org/ and it does work. i use it on my site. oh and in your privacy settings on aim.. if u have it set to block anyone that isnt on your list, then it will just say you're offline. |
|
|
|
Fireshrieker Picture Links in Javascript Apr 28 2004, 10:10 PM
TwistMe I don't know if this is what you were looking ... Apr 28 2004, 11:29 PM
LatinaLady are you saying to change the pic just replace the ... Apr 29 2004, 02:44 PM
Fireshrieker QUOTE(LatinaLady96 @ Apr 29 2004, 3:44 PM)are... Apr 29 2004, 02:54 PM
Fireshrieker Here, this code is what i'm talking about:
QU... Apr 29 2004, 02:57 PM
[2]Nekked um.. thats what that code already does.
just repl... Apr 29 2004, 04:12 PM
Fireshrieker QUOTE([2)Nekked,Apr 29 2004, 5:12 PM] um.. th... Apr 29 2004, 11:34 PM
[2]Nekked QUOTE(Fireshrieker @ Apr 29 2004, 11:34 PM)eh... Apr 30 2004, 10:03 AM
Fireshrieker QUOTE([2)Nekked,Apr 30 2004, 11:03 AM] THATS ... Apr 30 2004, 02:24 PM![]() ![]() |