"Push" web page live?

  • Thread starter Thread starter Demitrius >I
  • Start date Start date
D

Demitrius >I

Hi,

I need a way to "push" a web page to a viewer (or viewers) on my web site.
What I'm trying to do is conduct an online presentation, so I need to
control what the viewers see and when they see it.

Is there a way to do this with ASP?

Regards,
Demitrius
 
Short answer: No.

Long answer: You could probably do this using Javascript on the client side.
Otherwise, you can only force the page to refresh every X seconds by using a
META tag in the HTML.
 
Are you making sure that at least one item is checked? If there is no item
checked then the SelectedItem is null and you will have to check for that
being null as well.
 
Oops I posted to the wrong discussion sorry!

Jeremy said:
Are you making sure that at least one item is checked? If there is no item
checked then the SelectedItem is null and you will have to check for that
being null as well.
 
Demitrius,
By "Viewer" I must assume you mean "browser", and the only way to get a page
to load in a browser is if it is open, and it somehow requests the page.

Now, if the "viewer" actually goes to the page where the presentation is,
then you have more control. Windows Media Presentations that have
context-sensitive displays of transcripts and the like are an example.

Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
 

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

Back
Top