Results 1 to 3 of 3

Thread: Refresh the Mobile page

  1. #1

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Smile Refresh the Mobile page

    hi all,
    i need to refresh the mobile page every 5 seconds
    iam using this in the (Page_Load)
    VB Code:
    1. 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
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  2. #2

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: Refresh the Mobile page

    i found a way to do this
    by using the wml inside the .Net Mobile
    there is something called
    VB Code:
    1. <onevent type="ontimer">
    in the wml it works fine
    but the browser doesnot support this
    you can use this to refresh the brwoser
    VB Code:
    1. "<meta http-equiv="Refresh" content="5">
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  3. #3

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: Refresh the Mobile page

    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
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

Posting Permissions

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



Click Here to Expand Forum to Full Width