Alex Shaw
Posts: 15
Nickname: alexhaha
Registered: Dec, 2002
|
|
How to download activex controll form jsp?
|
Posted: Jun 9, 2003 7:18 PM
|
|
Advertisement
|
My server is Weblgoic,and I use the following script in the jsp,but the ocx file can't be downloaded,how to do it?thanks
<OBJECT ID="DualList" width="300" height="200" CLASSID="CLSID:35555E1B-D746-42BE-945B-DCF492FDD4E0" CODEBASE="http://192.168.1.2/cmd.ocx#version=1,0,0,1"> </object> <script language="javascript"> try{ DualList.sendCMD(); } catch(ex) { alert("err"); }
</script>
|
|