HTML DOM media Property
Complete Link Object Reference
Definition and Usage
The media property sets or returns on what device the document will be
displayed.
The destination medium is important for style information. The style might be different for computers and mobile devices.
Syntax
Device can have one of the following values:
| Value |
Description |
| screen |
For non-paged computer screens |
| tty |
For media using a fixed-pitch character grid (like teletypes, terminals, or devices with limited display
capabilities) |
| tv |
For TV-type devices (low resolution,
limited scrollability) |
| projection |
For projectors |
| handheld |
For handheld devices (small screen, limited
bandwidth) |
| print |
For paged and for documents
viewed on screen in print preview mode |
| braille |
For braille tactile feedback devices |
| aural |
For speech synthesizers |
| all |
For all devices |
Example
The following example gets the media type the link element is intended for:
<html>
<head>
<link rel="stylesheet" type="text/css" media="screen"
id="style1" href="try_dom_link.css" />
</head>
<body>
<script type="text/javascript">
x=document.getElementById("style1");
document.write("Intended media type=" + x.media);
</script>
</body>
</html>
|
Try-It-Yourself Demos
Get the
media type the <link> element is intended for
Complete Link Object Reference
 |
 |
 |
 |
|
The Ektron Intranet
lets you do everything you need to do on your corporate intranet and everything you want to do... all with just one application.
What can you do with the Ektron Intranet? |
 |
Navigate through content, documents, assets, colleagues and workgroups quickly and intuitively with enterprise search |
 |
Communicate with friends and colleagues with forums, message boards and corporate blogging using the new Social Networking Platform |

|
Utilize the extensive out-of-the box features or customize your site through Ektron CMS400.NET's open architecture |
 |
Promote collaboration in your organization through project workspaces where others can efficiently find information and work together |
 |
Author/edit content, manage navigation, menus, audit trails, workflow and approvals with the best in breed Content Management |
|
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
|
|
 |
TAKE THE VIDEO TOUR |
 |
or download a FREE TRIAL today. |
|