I created an activeX control, which I placed on an ASP page 1. This control reads information from a cardreader (till there no problem).

Now I want this control to post this information to an asp page 2 (where i do some stuff with this information).

Of course I don't want an new instance of internet explorer to jump to page 2, but a redirect.

How can this been performed ?