Hi,
I am trying use jsp implicit objects in side a java script method.
can any one tell me how to implement this requirement?
<script>
function fun()
{
var path = <%=request.getC ontextPath()%>;
}
</script>
is the above mentioned a valid one,if not wats the right way to achieve this?
regards,
sundar.
I am trying use jsp implicit objects in side a java script method.
can any one tell me how to implement this requirement?
<script>
function fun()
{
var path = <%=request.getC ontextPath()%>;
}
</script>
is the above mentioned a valid one,if not wats the right way to achieve this?
regards,
sundar.
Comment