hai
I got some problem in javascript functions.
My situation is like this:
Iam having a Image and a Text which are hyperliked by javascript functions.
<a href="javascript:myFunc()"><image src="image.gif"></a>
when i right click on the above line in the new window location bar it is displaying as javascript:myFunc() and giving error as object expected.
so what i want is when i right click on images then also the new window should open with tht content instead od error.
Please help me.