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
https://forums.phpfreaks.com/topic/64402-solved-aggg-im-stuck/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.