Hi Jon!
Thursday 08 February 2001 14:31, Jon Andersen �������:
| I am interested in fixing up the DynAPI for use with Netscape 6.
| Specifically, the dragging and inline layers portions of it. I am
| running Win2000 Professional. I have already discovered some bugs and
| have some ideas on fixing them, but I am held up because I haven't found
| a complete reference manual on the JavaScript browser objects in
| Netscape 6. I have the URL of the JavaScript 1.5 reference for NS 6,
Probably, you need references on DOM (DOM1, DOM2), not on JavaScript.
JavaScript is just one--more-computer-language, just like Basic, Pascal or C.
DOM == Document Object Model, it's a way to access document's structure.
BTW you can access to DOM not only from JavaScript, but from Java or any
other computer language. (Python comes to mind).
Here is a link for you:
---------------------------------------------
Document Object Model (DOM) Level 2 HTML SpecificationVersion 1.0W3C
Working Draft 13 November, 2000This
version:http://www.w3.org/TR/2000/WD-DOM-Level-2-HTML-20001113
(PostScript file , PDF file , plain text , ZIP file)
Latest version:http://www.w3.org/TR/DOM-Level-2-HTML
Previous version:http://www.w3.org/TR/2000/PR-DOM-Level-2-HTML-20000927
---------------------------------------------
You need ECMAscript bindings.
ECMAscript -- standartized javaScript.
| but for all my searching I haven't found a reference on the browser
| JavaScript objects in NS 6. (I know they are not exactly the same as in
| NS 4.x). Perhaps I am looking in the wrong place - is there a DOM
NS 4.x uses document.layers object model.
Implementation is very incomplete and buggy.
MS IE 4.x+ uses document.all object model
Mozilla, NS6, Konqueror - use DOM as Object Model.
So, you cantake a look at Mozilla or Konqueror docs to get idea what it is
about.
Hope this helps.
| specification that specifies the JavaScript property names for all HTML
| and CSS1/CSS2 attributes? Anyone have a URL for me?
|
| Thanks,
|
| -Jon Andersen
| University of Michigan - School of Information
| [EMAIL PROTECTED]
--
Vadim Plessky
http://kde2.newmail.ru (English)
http://kde2.newmail.ru/index_rus.html (Russian)
Do you have Arial font installed? Just test it!
http://kde2.newmail.ru/font_test_arial.html
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help