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.