Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   JavaScript and Client-Side Browser Scripting (http://www.programmingforums.org/forum23.html)
-   -   Document.installcontrol And Windows98 ????? (http://www.programmingforums.org/showthread.php?t=771)

TheBigHype Oct 8th, 2004 4:37 AM

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.

Rory Jan 15th, 2005 6:53 PM

As far as I can remember, just setting the codebase attribute of the <object> tag to a valid cab file containing all the proper INIs would install an ActiveX control under Windows 98. If you have VB6, you can get the Package and Deployment wizard to create a ready made page for your component that triggers the install.


All times are GMT -5. The time now is 11:20 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC