>Yep, you got it.
>news:ef%23ZS59EHHA.4092@TK2MSFTNGP03.phx.gbl...
Quote:
>>Scott;
>>For clarity, please confirm the following:
>>>
>>If I want the browser to refresh the same document (being opened), the
>>syntax is:
>><META Http-Equiv="Refresh" CONTENT="300" />
>>>
>>If I want to redirect to a new URL, the syntax is:
>><META Http-Equiv="Refresh" CONTENT="300;URL=someNewURL" />
>>>
>>I'll check on how to add this line to an existing HTML file
>>programmatically.
>>>
>>Thanks
>>>
>>Bill
>>>
>>>
>>>
>>"Scott M." <s-mar@nospam.nospamwrote in message
>>news:ebi5HJ8EHHA.3768@TK2MSFTNGP02.phx.gbl...
>>>Hmmm, I'm not familiar with MapPoint COM (I assumed your question was
>>>ASP.NET).
>>>>
>>>I'm sure there is a way, but I'm not the person to tell you what it is.
>>>>
>>>As for the refresh, yes, it will act just as if the user had hit the
>>>refresh button every 5 minutes (the same page will re-load). If you
>>>wanted a re-direct to a different page, you'd write:
>>>>
>>><META Http-Equiv="Refresh" CONTENT="300;URL=someNewURL" />
>>>>
>>>>
>>>>
>>>"Bill Nguyen" <billn_nospam_please@jaco.comwrote in message
>>>news:e0Gxys0EHHA.3660@TK2MSFTNGP06.phx.gbl...
>>>>Scott;
>>>>>
>>>>Great idea!
>>>>However, the webpage was saved as HTML page using Mappoint COM. How
>>>>can I add the <META...line to an existing HTML document
>>>>programmatically?
>>>>Also, will it refresh if the new URL is same as the existing one?
>>>>>
>>>>Thanks a million
>>>>>
>>>>Bill
>>>>>
>>>>"Scott M." <s-mar@nospam.nospamwrote in message
>>>>news:elRlulzEHHA.3768@TK2MSFTNGP06.phx.gbl.. .
>>>>>Why not have the client's refresh themselves by adding the following
>>>>>HTML to the page:
>>>>>>
>>>>><META Http-Equiv="Refresh" CONTENT="300"/>
>>>>>>
>>>>>>
>>>>>>
>>>>><lord.zoltar@gmail.comwrote in message
>>>>>news:1164750163.372139.316310@h54g2000cwb.goo glegroups.com...
>>>>>>>
>>>>>>Bill Nguyen wrote:
>>>>>>>I ahve multiple browsers on a single form (created during runtime).
>>>>>>>I need
>>>>>>>to be able to detect all these active browsers so that I can
>>>>>>>refresh them.
>>>>>>>Any idea how to accomplish this?
>>>>>>>>
>>>>>>>Thanks again
>>>>>>>>
>>>>>>>Bill
>>>>>>>>
>>>>>>Would it be possible to have multiple timers/timed threads? and have
>>>>>>one for each browser?
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>