Methods and Properties of the Area Object : Image Map « HTML « JavaScript DHTML

JavaScript DHTML
1. Ajax Layer
2. Data Type
3. Date Time
4. Development
5. Document
6. Event
7. Event onMethod
8. Form Control
9. GUI Components
10. HTML
11. Javascript Collections
12. Javascript Objects
13. Language Basics
14. Node Operation
15. Object Oriented
16. Page Components
17. Security
18. Style Layout
19. Table
20. Utilities
21. Window Browser
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
JavaScript DHTML » HTML » Image Map 
Methods and Properties of the Area Object


/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke 

ISBN: 067231763X
Publisher Sams CopyRight 2000

+---------+----------------+-------------------------------------------------+
  Type      Item             Description
+---------+----------------+-------------------------------------------------+
  Method
+---------+----------------+-------------------------------------------------+  
           handleEvent()     Calls the event handler associated with this event. 
+---------+----------------+-------------------------------------------------+
 Property
+---------+----------------+-------------------------------------------------+  
            hash             The portion of the URL that is the anchor, 
                             including the # symbol.
+---------+----------------+-------------------------------------------------+
            host             The hostname (IP address) and port specified in the URL.
+---------+----------------+-------------------------------------------------+
            hostname         The hostname specified within the URL.
+---------+----------------+-------------------------------------------------+
            href             The entire URL.
+---------+----------------+-------------------------------------------------+
            pathname         The path of the file specified in the URL, beginning 
                             with the / symbol.
+---------+----------------+-------------------------------------------------+
            port             The port specified in the URL.
+---------+----------------+-------------------------------------------------+
            protocol         The protocol specified in the URL, including the ending 
                             colon (:).
+---------+----------------+-------------------------------------------------+
            search           The search part of the URL, including the beginning 
                             question mark (?).
+---------+----------------+-------------------------------------------------+
            target           The name of the target window in which the URL should 
                             be displayed.
+---------+----------------+-------------------------------------------------+
            text             The text that appears between the <area> and </area> tags.
+---------+----------------+-------------------------------------------------+
            x                The x-coordinate of the area.
+---------+----------------+-------------------------------------------------+
            y                The y-coordinate of the area.
+---------+----------------+-------------------------------------------------+
           
       
Related examples in the same category
1. Image map shape
2. 'coords' Example
3. 'noHref' Example
4. isMap and useMap Example
5.  Image Map Event Handling
6. Creating the Image Map
w__ww__._ja___v__a2_s___._com | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.