_ Window Status Bar - Link change _
Part 2 This changes the status bar prompt, after loading from "done" to anything you want.
AI
Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Zdrojový kód
<html> <head> <title>Default Text in the Status Bar when mouse cursor is over link</title> </head> <body> Look in the status Bar and put mouse cursor over link<br> Planet source code<br> All the script is in the body of the document too!<br><br> <a href="http://www.planetsourcecode.com" onMouseover="window.status='One of the best places to post/get code to/from on the net!';return true" onMouseout="window.status='';return true">'mouse over' this!</a> </body> </html>
Původní komentáře (3)
Obnoveno z Wayback Machine