| | |
image as link
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Sep 2008
Posts: 25
Reputation:
Solved Threads: 1
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.
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.
put this in and then use onclick function.....
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<img src="downArrow.gif">
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
<a href...></a>
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
![]() |
Similar Threads
- show image of the link on mouse over (JavaScript / DHTML / AJAX)
- Random image with text and link (JavaScript / DHTML / AJAX)
- mysql image Link (PHP)
- image with link in menu for e107 (PHP)
- Random text display with image, link (PHP)
- Getting rid off the border round link images (HTML and CSS)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: eliminating active-x warnings for pop-up
- Next Thread: Single variable multiple select box
| Thread Tools | Search this Thread |
acid2 ajax ajaxcode ajaxhelp animate array automatically beta box bug calendar cart checkbox class codes column cookies createrange() css cursor date debugger decimal design dom download dropdown editor element enter error events explorer firefox focus form frameworks getselection google gwt html htmlform iframe image() images index internet java javascript jawascriptruntimeerror jquery jsf jsfile jsp jump listbox maps masterpage math menu microsoft mimic mp4 object onmouseover parent php player post problem programming progressbar prototype rating redirect regex runtime safari scale scriptlets search select session shopping size sql starrating text textarea toggle validation variables w3c web website window windowofwords windowsxp wysiwyg \n






