473,626 Members | 3,431 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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*nlsn ews@georgea*las tname*.com
' <http://www.georgeanels on.com/>
Sep 7 '08 #1
3 975
On Sep 7, 11:11*am, Tony Nelson
<*firstname*nls news@georgea*la stname*.comwrot e:
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#Introd uction>
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*nlsn ews@georgea*las tname*.com
' <http://www.georgeanels on.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*nls news@georgea*la stname*.comwrit es:
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/rasterTriangleD OM.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
1593
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, $gallery->images->nextImage() would return $gallery->images. The images each contain a reference to their parent (i.e. the gallery object) so I tried using array_keys(). This is a method of the image class: function nextImage() { $pos =...
3
3897
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, temporarily altering the margins of text that may flow on either side of the object. </CITE> What does it mean "text" and "margins of text" here? Can I describe text as sequence of words taken from consequent paragraphs,
11
5854
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
1472
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 way to insert the reference to the image is using the "Insert Image" dialog box, and with my long list of images, I'll be old & gray by the time I am done. What I really want to do is type in the list of filenames (or cut&paste), and have them...
0
1907
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 running through the document, finding the placeholders (which are jpeg images) and replacing them with OLE objects, the location of which is stored in a hyperlink on the image. The reason I'm doing this is because my reporting package flattens OLE...
6
1225
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 each image, not only the image is disposed but also the variable and I can't reference it again. Question is do I need to dispose of the old image each time I change the variable's image or will the old image be disposed by the garbage collector? I...
0
1320
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 predefined search. Say for a city. You have to use a form to get anything out of the system in return. You can link directly to a listing but not a search. Here is an example of one website that actually used a sliced up image map that does the search. ...
2
2689
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 writing a class to generate PHP definition files for syntax highlighting with two features: 1. It takes data from current install (e.g., you get function names from loaded extensions). 2. You can choose whether to include user data or not.
1
3884
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 process need to be automated. Whenever a document is converted to tiff MODI pops up a "Save as" dialog box which asks the path to save the converted tiff file. Now is there a way this "Save as" dialog box can be suppressed and all the files be...
0
8196
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8637
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7192
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6122
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4196
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2623
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.