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. Dojo toolkit
7. Event
8. Event onMethod
9. Ext JS
10. Form Control
11. GUI Components
12. HTML
13. Javascript Collections
14. Javascript Objects
15. Javascript Properties
16. jQuery
17. Language Basics
18. Mochkit
19. Mootools
20. Node Operation
21. Object Oriented
22. Page Components
23. Rico
24. Scriptaculous
25. Security
26. SmartClient
27. Style Layout
28. Table
29. Utilities
30. Window Browser
31. YUI Library
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 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
7. Assign different location href for different part of an image
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.