Hi,
I have a requirement to invoke external js on a given JSP.
This is how I am including the javascipt.
<script language="javascript" src="
I am getting the following error.
Line 4
Char 13
Expected ;
Code 0
URL xxxxxxxxxxxxx
Strange thing is when I remove from src url, I am not getting any JS error.
<script language="javascript" src="
Any reason why I am getting JS error with as part of url.
Any suggestions will be appreciated.
Regards
Shri
I have a requirement to invoke external js on a given JSP.
This is how I am including the javascipt.
<script language="javascript" src="
I am getting the following error.
Line 4
Char 13
Expected ;
Code 0
URL xxxxxxxxxxxxx
Strange thing is when I remove from src url, I am not getting any JS error.
<script language="javascript" src="
Any reason why I am getting JS error with as part of url.
Any suggestions will be appreciated.
Regards
Shri