Tough question - tell client to update?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Tough question - tell client to update?

    Hi,

    Is it possible (via Internet Explorer) to tell the clients to update?

    I have a picture that is shown in the client browsers. Often I replace
    the image and I want to tell all clients that are watching the
    webpage/image to update.

    Is this possible?

    I don't want to use some kind of timer update. I want to have control of
    when updating is due.

    I guess it's like the chanels function we had in Win2000.

    Any idea???

    Thanks!

    M O J O

    M O J O Guest

  2. Similar Questions and Discussions

    1. ** Please update your client. **
      A website I've been using for 7 months all of a sudden stopped working with my computer. Still works with every other computer I've tried. The...
    2. Update a datagrid on the client
      Does anyone know how to update a datagrid using client side code (like Javascript)??? For example, i have two datagrids on my page. The first...
    3. Designing pages in site for client to update
      Hello, I have Contribute 2 but have not yet used it. I have a website that a client needs to update photos and text on a few pages. I have not...
    4. Tough actions/droplet/scripting question
      Using PS 7 on OS X, having a tough time making 2 automated actions, I would like them to ultimately be able to be made into droplets as well. I see...
    5. Realtime content update to client
      I've been looking for weeks on this without much luck so I'm ready to give up and just use Powerpoint online broadcast. I want to deliver a...
  3. #2

    Default Re: Tough question - tell client to update?

    HTTP does not support it. You cannot send signals to the client without the
    client initiating the contact. This requires some kind of client side
    timer.
    The only other option is to thicken up the client so it can use more complex
    network protocols that can handle two way communication. Maybe an ActiveX
    control or Winforms client.

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "M O J O" <mojo@____no____spa_m___newwebsolutions.dk> wrote in message
    news:eF%23IzC5WDHA.2352@TK2MSFTNGP12.phx.gbl...
    > Hi,
    >
    > Is it possible (via Internet Explorer) to tell the clients to update?
    >
    > I have a picture that is shown in the client browsers. Often I replace
    > the image and I want to tell all clients that are watching the
    > webpage/image to update.
    >
    > Is this possible?
    >
    > I don't want to use some kind of timer update. I want to have control of
    > when updating is due.
    >
    > I guess it's like the chanels function we had in Win2000.
    >
    > Any idea???
    >
    > Thanks!
    >
    > M O J O
    >

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: Tough question - tell client to update?

    Thanks Steve!

    M O J O

    Steve C. Orr, MCSD wrote:
    > HTTP does not support it. You cannot send signals to the client without the
    > client initiating the contact. This requires some kind of client side
    > timer.
    > The only other option is to thicken up the client so it can use more complex
    > network protocols that can handle two way communication. Maybe an ActiveX
    > control or Winforms client.
    >
    M O J O Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139