how to actively send html to client browser?

T

Terry Hayes

Does anyone know if a way to deliver web pages to an end-client using a push
method that can be controlled from your PC (by clicking on a page menu for
example - the pages can reside on a server). I have looked at CDF but I'm
not trying to create a webcast channel. I just want to deliver an html style
presentation with real time control from my end to a few users only at a
time. The type of system used by PowerPoint with the live broadcast feature
is what I am looking for but I want to have extra stuff on the pages than
just the slides and I also want to be able to move through the sequence
without relying on Powerpoint as my interface.

Thanks for any help.

TJ
 
D

David Bartosik - MS MVP

The HTTP protocol is a client server protocol. The client (browser) requests
info from the server (web site) and then receives that info, stores it
locally, and the connection is then dropped.
You can dynamically generate what the server "serves up" thru web
programming such as ASP/ASP.NET.
This is off topic for this Publisher newsgroup. I'd refer you to ASP forums
or other development forums.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top