Hello,
Am trying to invoke a Javascript file from a JSP, but not successful.
Can u pls help me???
I am doing it in this way in the JSP code.
<head>
<script language="javascript" src = "pagename.js">
</script>
</head>
This doesn't invoke the Javascript at all.
What could be the reason and also the solution please.
Thanks in advance.
Mahesh