'addImport()' Example : addImport « Node Operation « JavaScript DHTML
- JavaScript DHTML
- Node Operation
- addImport
'addImport()' Example
<html>
<head>
<script language="JavaScript">
document.styleSheets[0].addImport('yourstylesheet.css', 2);
</script>
</head>
<body>Body content</body>
</html>
Related examples in the same category