Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: download some COM objects/files


Message #1 by Lin Ma <linma@v...> on Thu, 7 Dec 2000 14:36:33 -0500
How to automaticly download some COM objects/files to client machine from a

cab file, when user browser to that page?

I thought if I put in a page when user access it, the file will be

downloaded, but if I do this, it will show a icon like some image not found

in the web page.



<HTML>

<HEAD>

<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">

<TITLE></TITLE>

</HEAD>

<BODY>



<OBJECT ID="Cab1" ALIGN="CENTER" WIDTH=20 HEIGHT=20 

CLASSID="CLSID:06889605-B8D0-101A-91F1-00608CEAD5B3" HEIGHT=26

CODEBASE='Codebase/Repmanager.cab'>

</OBJECT>



</BODY>

</HTML>



Any help will be appreciated!








  Return to Index