943,822 Members | Top Members by Rank

Ad:
Sep 26th, 2008
0

image as link

Expand Post »
I want to make an image as link, such that when I click on the image a javascript function is called. The whole code is written in javascript.
I try this byt it files:
aaa=document.createElement('a');
aaa.href="#";
aaa.innerHTML="<img src="downArrow.gif">";
aaa.onclick=function()
{
moreInfo(this);
}
here I want when I click "doenArrow.gif" image the function "moreInfo()" should be called.
Similar Threads
Reputation Points: 10
Solved Threads: 2
Light Poster
mohammed2raja is offline Offline
30 posts
since Sep 2008
Sep 26th, 2008
0

Re: image as link

put this
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <img src="downArrow.gif">
in
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <a href...></a>
and then use onclick function.....
Reputation Points: 137
Solved Threads: 162
Posting Virtuoso
Shanti C is offline Offline
1,641 posts
since Jul 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: eliminating active-x warnings for pop-up
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: Single variable multiple select box





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC