JavaScript
From HTYP, the free directory anyone can edit
Computing: Software: Programming: JavaScript
[edit] Notes
In order to use JavaScript to control a web browser, you need to know about the Document Object Model (DOM) of that browser. Most modern browsers conform at least loosely to a standard DOM, but it is always a good idea to test the particular functions you are using in a variety of browsers. (Pre-packaged code is often written to automatically detect browser type/version and use the appropriate identifiers.)
[edit] Issues
FireFox's DOM appears to have a couple of bugs which only show up in Linux:
- Popup windows cannot be made to be "always on top" (window.open() with parameter "dependent=1")
- The onblur event is triggered by moving or resizing the window, as well as when the window loses focus
[edit] Links
- Mozilla developer center: JS reference, guide, related info
- Document Object Model:
- Mozilla developer center: Gecko DOM reference, related info
BlogMarks
del.icio.us
digg
Fark
Furl
Newsvine
reddit
Segnalo
Simpy
Slashdot
smarking
Spurl
Wists
