'addImport()' Example : addImport « Node Operation « JavaScript DHTML






'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