View Single Post
Old Oct 8th, 2004, 4:37 AM   #1
TheBigHype
Newbie
 
Join Date: Oct 2004
Posts: 2
Rep Power: 0 TheBigHype is on a distinguished road
Can anyone help me I'm having problems to use the following javascript in one of my webpages.


function pathName(fname)
{
 return document.InstallControl.WorkingDir(document.URL) + "/" + fname;
}

It works perfectly in windows XP. Can anybody tell me why it isn't working in windows 98. And if I need to install some package or something that will fix my problem.
TheBigHype is offline   Reply With Quote