Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. refresh using javascript

refresh using javascript

Scheduled Pinned Locked Moved ASP.NET
javascripthtml
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rohit Dev
    wrote on last edited by
    #1

    do we have javascript for refreshing a particular web page(not html tag).. Rohit -- modified at 0:09 Thursday 23rd March, 2006

    V H G 4 Replies Last reply
    0
    • R Rohit Dev

      do we have javascript for refreshing a particular web page(not html tag).. Rohit -- modified at 0:09 Thursday 23rd March, 2006

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      Rohit, Use setTimeOut() Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
      http://deepakvasudevan.blogspot.com/
      http://deepak.blogdrive.com/

      1 Reply Last reply
      0
      • R Rohit Dev

        do we have javascript for refreshing a particular web page(not html tag).. Rohit -- modified at 0:09 Thursday 23rd March, 2006

        H Offline
        H Offline
        HimaBindu Vejella
        wrote on last edited by
        #3

        function refreshPage() { window.location="yourpage.aspx"; return false; } call this java script function in tha page u want to refresh! "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

        1 Reply Last reply
        0
        • R Rohit Dev

          do we have javascript for refreshing a particular web page(not html tag).. Rohit -- modified at 0:09 Thursday 23rd March, 2006

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          This will refresh the page: window.location.reload(true); The parameter value true makes sure that the page is fetched from the server, and not just reloaded from the cache. --- b { font-weight: normal; }

          1 Reply Last reply
          0
          • R Rohit Dev

            do we have javascript for refreshing a particular web page(not html tag).. Rohit -- modified at 0:09 Thursday 23rd March, 2006

            H Offline
            H Offline
            HimaBindu Vejella
            wrote on last edited by
            #5

            function refresh() { window.location.reload() } window.setInterval ('refresh()',1000) //for 1 second Refreshes your page after 1 second "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups