Results 1 to 2 of 2

Thread: active x control on click

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2002
    Posts
    225

    active x control on click

    Is it possible to have an active x control "loaded" on the click of a button in an asp page? I don't want the control to be part of the page. What should happen is when the user clicks on a submit button, the control loads with some data that is passed from the page and the user can either print that data from the active x control or close it without printing>

    Can this be done anyone?

  2. #2
    Addicted Member
    Join Date
    Feb 2003
    Posts
    237
    the easiest way would just be to have an intermediate page
    that takes in teh data..when they submit, they goto another page that dynamically includes the data from the previous to configure the activex control

    you may be able to dynamically include the activex control
    in teh same page but I think they are loaded up at the beginning and that could be a headache

    the other option would be to incldue the activex control..but just
    set its visibility to hidden or to set its left or top position to be offscreen and then move it into position when you need it
    Free Code, papers, tools, and more

    http://sandsprite.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width