I want put the image's link in this code with marked by ***, but I don't know what param should be used.
Can give me some help ? thanks
HTML Code:
<div class='highslide-caption' id='the-caption'>
<a href="#" onclick="return hs.previous(this)" class="control" style="float:left; display: block">
Previous
<br/>
<small style="font-weight: normal; text-transform: none">left arrow key</small>
</a>
<a href="#" onclick="return hs.next(this)" class="control"
style="float:left; display: block; text-align: right; margin-left: 50px">
Next
<br/>
<small style="font-weight: normal; text-transform: none">right arrow key</small>
</a>
********************************************************
*<a href="#" onclick="??????" class="control">image's link here</a> *
********************************************************
<a href="#" onclick="return hs.close(this)" class="control">Close</a>
<a href="#" onclick="return false" class="highslide-move control">Move</a>
<div style="clear:both"></div>
</div>