[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Seion

8/8/2003 11:21:00 AM

Hi All,

May i know how to do auto page refresh in mobile web form?

Thanks first.

--
Regards,
Seion


1 Answer

bork111

8/8/2003 4:05:00 PM

0

Have you tried adding the following code to your meta tag to your page.
For example:

<html>
<head>
<meta http-equiv="refresh" content="5">
</head>
<body>
Content
</body>
</html>

Chris Moore [MSFT]


--------------------
>From: "Seion" <seion@livelifecool.com>
>Subject: how to auto reload
>Date: Fri, 8 Aug 2003 19:21:24 +0800
>Lines: 11
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <eTyv58ZXDHA.2620@TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.mobile
>NNTP-Posting-Host: 219.95.191.24
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.aspnet.mobile:6060
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.mobile
>
>Hi All,
>
>May i know how to do auto page refresh in mobile web form?
>
>Thanks first.
>
>--
>Regards,
>Seion
>
>
>


--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cp...

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.