hi, i need some advice on this
i'm embedding javascript in jsp.
javascript
function func()
{
var xsl = new ActiveXObject("MSXML2.FreeThreadedDomDocument.3.0"
xsl.async = false;
xsl.load("abc.xsl"//problem is here
......
}
where should abc.xsl be stored? i tried putting in with the jsp file, but still cannot locate, i put it at root of tomcat,also cannot locate.
my context path for tomcat is such that
maps to
d:\tomcat321\xmltransfer\xyz.jsp
any kind soul, pls advise
let me know if i should post this at the javascript forum.
i'm embedding javascript in jsp.
javascript
function func()
{
var xsl = new ActiveXObject("MSXML2.FreeThreadedDomDocument.3.0"
xsl.async = false;
xsl.load("abc.xsl"//problem is here
......
}
where should abc.xsl be stored? i tried putting in with the jsp file, but still cannot locate, i put it at root of tomcat,also cannot locate.
my context path for tomcat is such that
maps to
d:\tomcat321\xmltransfer\xyz.jsp
any kind soul, pls advise
let me know if i should post this at the javascript forum.