Quote:
Originally Posted by ricardoNJ
Ok, then could you please add a modification about my question, up there?
|
Sure, try this:
Code:
<img src="{param}" title="double mouse click to enlarge image/ single mouse click to reduce back to original size" width="200" ondblclick='this.src="{param}";this.width=600' onclick='this.src="{param}";this.width=200' align="left" hspace="10">
Change the title text to suit what you want.