The Artima Developer Community
Sponsored Link

Java Answers Forum
How to download activex controll form jsp?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Alex Shaw

Posts: 15
Nickname: alexhaha
Registered: Dec, 2002

How to download activex controll form jsp? Posted: Jun 9, 2003 7:18 PM
Reply to this message Reply
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>

Topic: Newbie - Simple Array Question Previous Topic   Next Topic Topic: change the backgroundcolor of a table column

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use