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. JavaScript
  4. window.status

window.status

Scheduled Pinned Locked Moved JavaScript
htmlcom
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.
  • H Offline
    H Offline
    hotthoughtguy
    wrote on last edited by
    #1

    <html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here

    H D S 3 Replies Last reply
    0
    • H hotthoughtguy

      <html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here

      H Offline
      H Offline
      hotthoughtguy
      wrote on last edited by
      #2

      without 'return true' its not wokring

      1 Reply Last reply
      0
      • H hotthoughtguy

        <html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here

        D Offline
        D Offline
        Dr Walt Fair PE
        wrote on last edited by
        #3

        It means that the function returns a value of true, hence return true;

        CQ de W5ALT

        Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

        J 1 Reply Last reply
        0
        • D Dr Walt Fair PE

          It means that the function returns a value of true, hence return true;

          CQ de W5ALT

          Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

          J Offline
          J Offline
          jimbo8098
          wrote on last edited by
          #4

          My guess is so that you can use it in a variable. Its mandatory however.

          1 Reply Last reply
          0
          • H hotthoughtguy

            <html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here

            S Offline
            S Offline
            Sunasara Imdadhusen
            wrote on last edited by
            #5

            It doesn't mean to return, you can delete the return statement :laugh:

            sunaSaRa Imdadhusen +91 99095 44184 +91 02767 284464

            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