Jump to content

[SOLVED] AGGG! I'm stuck!


addtrain

Recommended Posts

:o i am just completely stuck on something with my website.

i have this script, where i have the code checks to see if someone has clicked on the image. but to do what i want to do on my website i need to have 2 onclick()s in the same peice of code. here is what the code looks like:

 

<img id="myImage" src="myimage.jpg" onclick="changeSrc()" onclick='img1=true;check();' />

 

as you can see, i have 2 onclicks, changeSrc() and img1=true;check();

 

<img id="myImage" src="myimage.jpg" onclick="changeSrc()" onclick='img1=true;check();' />

 

is this possible, to have 2 onclicks in one peice of script?

if not, how do i combine them? is it a problem with image id?

PLEASE HELP!

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.