HTML DOM id Property
Complete Link Object Reference
Definition and Usage
The id property sets or returns the id of a link element.
Syntax
Example
The following example outputs the id of a link element:
<html>
<head>
<link rel="stylesheet" type="text/css"
id="style1" href="try_dom_link.css" />
</head>
<body>
<script type="text/javascript">
x=document.getElementById("style1");
document.write("Id of link=" + x.id);
</script>
</body>
</html>
|
Try-It-Yourself Demos
Get the id
of a <link> element
Complete Link Object Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|