Is there a way of calling my jsp page, transSearch.jsp from onclick. This is what I have. I'm pretty sure it's not right.
<a href="#" onclick="jsp:transSearch.jsp" onmouseover="window.status='Refine Search.';return true"
onmouseout="window.status='';return true;"><img src="isc_nav_refine_search.gif" alt="Refine Search"
border="0"></a>
Thanks,
Tim
<a href="#" onclick="jsp:transSearch.jsp" onmouseover="window.status='Refine Search.';return true"
onmouseout="window.status='';return true;"><img src="isc_nav_refine_search.gif" alt="Refine Search"
border="0"></a>
Thanks,
Tim