
Client side and Server side script working together
The ActiveX information is oftenwritten to a Form in the Post event (to
hidden TextBox controls for example) the serverside can then read the values
from the hidden controls.
Hope this helps.
Paul
Quote:
> Hi All,
> I have an ASP page that I would like to use both DTC's and a couple
> ActiveX controls. The problem seems to be that the DTC's are server side,
> and the ActiveX are client side. That is fine IF I can get the client and
> server scripts to play nice together.
> How can I take information gathered on the client side and get it into the
> server side variables/subs/events etc....
> I really need some help on this one.
> Doyle