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. delay in javascript

delay in javascript

Scheduled Pinned Locked Moved ASP.NET
javascript
4 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.
  • L Offline
    L Offline
    Laxmikant Lad
    wrote on last edited by
    #1

    Hi friends I have one aspx page, in which images are showing continuously. on mouse over i want to delay this process i need delay in javacript. thanks

    M C S 3 Replies Last reply
    0
    • L Laxmikant Lad

      Hi friends I have one aspx page, in which images are showing continuously. on mouse over i want to delay this process i need delay in javacript. thanks

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      use window.setTimeout

      1 Reply Last reply
      0
      • L Laxmikant Lad

        Hi friends I have one aspx page, in which images are showing continuously. on mouse over i want to delay this process i need delay in javacript. thanks

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        If you want a pause, you need to turn the images off an one in your move over and mouse out events.

        Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

        1 Reply Last reply
        0
        • L Laxmikant Lad

          Hi friends I have one aspx page, in which images are showing continuously. on mouse over i want to delay this process i need delay in javacript. thanks

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

          <script language=javascript> function loadPage() { // Write your functionality } // This function is resposible for calling loadPage after time interval (given as second parameter) setTimeout("loadPage()",1000); </script>

          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... " Check My Blog

          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