473,327 Members | 1,979 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Docmuentation for predefined objects, e.g. Image?

Where is the documentation for the predefined objects that aren't part
of the Core? Objects like Document and Image were documented in the
Javascript 1.2 documentation, but are absent from any documentation I
can find for Javascript 1.5. I suppose I can just use the Javascript
1.2 documentation, and ignore any changes in the last ten years, but I'd
really prefer to target the more recent Javascript 1.5.
__________________________________________________ ______________________
TonyN.:' *firstname*nlsnews@georgea*lastname*.com
' <http://www.georgeanelson.com/>
Sep 7 '08 #1
3 963
On Sep 7, 11:11*am, Tony Nelson
<*firstname*nlsnews@georgea*lastname*.comwrote:
Where is the documentation for the predefined objects that aren't part
of the Core? *Objects like Document and Image were documented in the
Javascript 1.2 documentation, but are absent from any documentation I
can find for Javascript 1.5. *I suppose I can just use the Javascript
1.2 documentation, and ignore any changes in the last ten years, but I'd
really prefer to target the more recent Javascript 1.5.
Is this what you're looking for? <http://developer.mozilla.org/en/DOM/
document#Introduction>
Sep 7 '08 #2
Tony Nelson wrote:
Where is the documentation for the predefined objects that aren't part
of the Core? Objects like Document and Image were documented in the
Javascript 1.2 documentation, but are absent from any documentation I
can find for Javascript 1.5. I suppose I can just use the Javascript
1.2 documentation, and ignore any changes in the last ten years, but I'd
really prefer to target the more recent Javascript 1.5.
There is a contradiction. If you posted with a proper From header, I might
tell you why.
__________________________________________________ ______________________
TonyN.:' *firstname*nlsnews@georgea*lastname*.com
' <http://www.georgeanelson.com/>
Your signature is borken, too. It should be delimited like this:

--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Sep 7 '08 #3
Tony Nelson <*firstname*nlsnews@georgea*lastname*.comwrites:
Where is the documentation for the predefined objects that aren't part
of the Core? Objects like Document and Image were documented in the
Javascript 1.2 documentation, but are absent from any documentation I
can find for Javascript 1.5. I suppose I can just use the Javascript
1.2 documentation, and ignore any changes in the last ten years, but I'd
really prefer to target the more recent Javascript 1.5.
The reason you don't find them is that they are not part of the
Javascript Core/ECMAScript specification any more, because they are
have been standardized by a completely different group.
The corresponding DOM objects are specified in the W3C DOM Level 2
standard, either Core or HTML:
http://www.w3.org/TR/DOM-Level-2-Core/
http://www.w3.org/TR/DOM-Level-2-HTML/

There are some de-facto standard properties in browser object models
that are not part of a W3C standard, often called "DOM 0". These
are found in browser-specific documentation, along with proprietary
features, like
http://developer.mozilla.org/en/Gecko_DOM_Reference
or
http://msdn.microsoft.com/en-us/libr...50(vs.85).aspx

Good luck
/L
--
Lasse Reichstein Nielsen
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Sep 8 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Tamlyn Rhodes | last post by:
I have a gallery object which contains an array of image objects. I would like the image objects to be able to return their adjacent siblings in the array so that, for example,...
3
by: Andrew Fedoniouk | last post by:
<CITE src="http://www.w3.org/TR/html401/present/graphics.html#h-15.1.3"> 15.1.3 Floating objects Images and objects may appear directly "in-line" or may be floated to one side of the page,...
11
by: CSN | last post by:
Is it possible to iterate over an array in plpgsql? Something like: function insert_stuff (rel_ids int) .... foreach rel_ids as id insert into table (rel_id, val) values (id, 5);
2
by: E. Paul Wileyto | last post by:
Can anyone help. I would like to create a table that contains references to a series of JPG files, so that I can view each image and related data in a form, page by page. It seems that the only...
0
by: Robin Tucker | last post by:
At the moment I have place-holders in my Word document (before you say it, yes I've posted this query in the VBA newsgroups but they are a little slow - in fact reply was non-existent!). I'm...
6
by: Dennis | last post by:
I have a global variable that is of type Image. I set this to different images in different routins using BitBlt to copy from the screen. If I dispose of the variable image after I'm thru with...
0
by: im20 | last post by:
I am helping a polish up a client's PPC campaign and when of the problems I have run into is that the real estate backend system he is using, does not allow the ability to link directly to a...
2
by: =?windows-1252?Q?=22=C1lvaro_G=2E_Vicario=22?= | last post by:
Is there any way to tell PHP predefined variables ($GLOBALS, $argv, $argc, $_GET, $_POST…) from *global* user-defined variables? Neither $GLOBALS nor get_defined_vars() put user data apart. I’m...
1
by: sainathparuchuri | last post by:
As a project requirement we need to convert word documents to tiff images. We have been using Microsoft Office Document Image Writer (MODI) for this puspose and doing absolutely well. But now this...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.