Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

location of file

Status
Not open for further replies.

lowbk

Technical User
Nov 26, 2001
162
SG
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top