Downloading an activex component using JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TrilokChand
    New Member
    • Jul 2007
    • 1

    #1

    Downloading an activex component using JavaScript

    Hi,

    Iam having a situation like whenever i click any button i want to download activex component. I find the code and it is used when ever the page is load... but my requirement is different. I dont want onload.... i want to download an activex onclick()... earliest help in this issue is more helpful...
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Welcome to TSDN!

    Whatever code you have in your onload event handler, call it in your onclick event handler instead.

    Comment

    Working...