Client side and Server side script working together 
Author Message
 Client side and Server side script working together

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



Wed, 03 Sep 2003 02:38:47 GMT  
 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



Fri, 05 Sep 2003 08:38:58 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Client side scripting / server side scripting

2. Accessing Data generated with client-side script from server-side script

3. Calling Server Side Script from Client Side Script

4. Call Server Side Script From Client Side Script

5. Client side scripting / server side scripting

6. Client Side and Server Side Scripts

7. Mixing of client-side and server-side scripts

8. Server side variables to client side script?

9. Server-Side vs Client-Side script

10. Client Side + Server Side Scripts

11. Server Side writing Client Side scripts

12. Passing Server Side Arrays to Client Side Scripts

 

 
Powered by phpBB® Forum Software