Context Sensitive help
Hi,
I am having problems with context sensitive help. I have a hyperlink on a page, and when a user clicks the hyperlink he is redirected to robohelptopic with a mapid.
I am having two issues here.
1) When I click the hyperlink the orginal page goes blank and robohelp opens up in a seperate window,but always the first page opens up irrespective of the map number.
I have include the javascript file.
and this is my hyperlink markup
<a href='javascript:RH_ShowHelp(0,"myurl",0,205)'><span
class="margl10 blue" >ONLINE HELP</span> </a>
note :205 is the map number
