itpragan 0 Newbie Poster

Dear all,

Link not showing as well not working in a tag with tinybox javascript ...
Pls tell me solution ...

here the code

<a style="cursor:pointer;" target="_self" rel="modal" onClick="return addhospital();"> <img src="images/anh.png" alt="<?php echo $keyword; ?>"/></a>


<script type="text/javascript">
function addhospital()
{
TINY.box.show({iframe:'addhospital.php?action=addform',boxid:'frameless',width:620,height:560,fixed:false,maskid:'bluemask',maskopacity:40,closejs:function(){closeJS()}}
)
}
</script>