Specifies the output device for the object : Hyper Link « 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 » Hyper Link 
Specifies the output device for the object

    
<script language="JavaScript">
    function function1() {
        document.all.myLink.media = "print";
    }
</script>
<a id="myLink" href="" onClick="return false" media="screen">Some link</a>
<input type="button" 
       id="myB" 
       onClick="function1();" 
       value='Change the output media to "print"'>
</body>
</html>

    
      
      
Related examples in the same category
1. Link Methods
2. Link 'href' Example
3. Link 'hreflang' Example
4. Link color
5. Link protocol
6. Link 'port'
7. Link 'title' Example
8. Link type
9. Link host
10. Link host name
11. 'aLink' Example
12. 'hideFocus' Example
13. 'vLink' Example
14. 'vlinkColor' Example
15. 'alinkColor' Example
16. Inserts a link on a text, a picture, a button or a dynamic picture
17. Mouse over an hyper link
18. Get link infomation in a paragraph
19. Validate Link
20. Output link
21. Illustrate how a URL can be referenced
22. Call function in hyper link
23. Change Link Colors
24. Passing Form Value In URL
25. Using JavaScript linkTo Entities
26. Prevent the browser from following the link
27. Redirect user depending on browser
28. Location: Send the client to a new location (URL/page)
29. URL of a document
30. Change URL and text of a hyperlink
31. Change the target attribute of a link
32. Link focus() and blur()
33. View and change the action URL of a form
34. List the links in a page
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.