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
  1. Home
  2. Web Development
  3. ASP.NET
  4. ASP.Net Postback problem

ASP.Net Postback problem

Scheduled Pinned Locked Moved ASP.NET
csharpjavascriptasp-nethelp
5 Posts 2 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
    rajanandal
    wrote on last edited by
    #1

    Hi, im using Javascript(setTimeout()) timer to partial postback of my aspx page. this works fine in IE.but not in Firefox. anybody know about this....

    S 1 Reply Last reply
    0
    • R rajanandal

      Hi, im using Javascript(setTimeout()) timer to partial postback of my aspx page. this works fine in IE.but not in Firefox. anybody know about this....

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      IE does not strictly fallows W3C Standards. If you post the code then some one can help you try to write generic javascript

      Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

      R 1 Reply Last reply
      0
      • S Sandeep Akhare

        IE does not strictly fallows W3C Standards. If you post the code then some one can help you try to write generic javascript

        Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

        R Offline
        R Offline
        rajanandal
        wrote on last edited by
        #3

        hi thanks for reply, here, function beginrefresh() { alert('d'); document.getElementById("Button1").click(); setTimeout("beginrefresh()",60000) } window.onload=beginrefresh in this event i get multiple alert continously. but i declared 1 min interval.how is this possible... i think in each click page get refreshed then timer also restarted... is it correct? if s pls correct this

        S 1 Reply Last reply
        0
        • R rajanandal

          hi thanks for reply, here, function beginrefresh() { alert('d'); document.getElementById("Button1").click(); setTimeout("beginrefresh()",60000) } window.onload=beginrefresh in this event i get multiple alert continously. but i declared 1 min interval.how is this possible... i think in each click page get refreshed then timer also restarted... is it correct? if s pls correct this

          S Offline
          S Offline
          Sandeep Akhare
          wrote on last edited by
          #4

          First thing i want to ask you Do you want to refresh the page after certain interval of time ?

          Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

          R 1 Reply Last reply
          0
          • S Sandeep Akhare

            First thing i want to ask you Do you want to refresh the page after certain interval of time ?

            Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

            R Offline
            R Offline
            rajanandal
            wrote on last edited by
            #5

            No, im calling one event ie button click in regular period of time

            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