Close
jGuru Forums
Posted By: syuen_leong Posted On: Monday, March 29, 2004 06:02 PM
function doAction( action ){ var contextPath = " <![CDATA[ <%=request.getContextPath()%>]]>"; if( action == "clear" ){ alert(contextPath); } }