What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » JavaScript Help

JavaScript Help
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
21 / Other / Flag
Joined: Jul 2003
RE: JavaScript Help
code:
function changepic ()
if (document.Image.src =="path to image a") {
document.Image.src = "path to image b";
}
else{
document.Image.src = "path to image a";
}


code:
onclick="document.image.src = changepic(); return false;"


something like that?

This post was edited on 04-05-2005 at 04:36 PM by Stigmata.
04-05-2005 04:35 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JavaScript Help - by Dempsey on 04-05-2005 at 04:31 PM
RE: JavaScript Help - by Stigmata on 04-05-2005 at 04:35 PM
RE: JavaScript Help - by Dempsey on 04-05-2005 at 04:43 PM
RE: JavaScript Help - by Joe on 04-05-2005 at 04:47 PM
RE: JavaScript Help - by TheGeek on 04-05-2005 at 04:48 PM
RE: JavaScript Help - by Dempsey on 04-05-2005 at 04:49 PM
RE: JavaScript Help - by TheGeek on 04-05-2005 at 04:53 PM
RE: JavaScript Help - by Stigmata on 04-05-2005 at 04:54 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On