PDA

Click to See Complete Forum and Search --> : Refresh the Mobile page


avrail
Oct 5th, 2006, 12:35 AM
hi all,
i need to refresh the mobile page every 5 seconds
iam using this in the (Page_Load)
Response.Write( "<meta http-equiv=\"Refresh\"content=\"5\">" );

it is working fine using the browser but when i use the mobile simulator openwave sdk 6.2.2 the Mobile page does not Refresh

any one have an idea
thx alot
:wave:

avrail
Oct 20th, 2006, 01:21 PM
i found a way to do this
by using the wml inside the .Net Mobile
there is something called

<onevent type="ontimer">

in the wml it works fine
but the browser doesnot support this
you can use this to refresh the brwoser

"<meta http-equiv="Refresh" content="5">

avrail
Oct 24th, 2006, 10:43 AM
but this way makes me cant add a images to my page
and i dont know y
that because i used a simple asp.net page
not a mobile page
now i need to add pictures so i will go back to the Web Mobile page so the wml way will not work.

is there is any way to write wml inside the .net mobile page

all i need is to refresh the mobile page is this imposible
if there is some one can help me
i will be so greatful
thx alot