Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

AddImport() Example

<html> <head> <script language="JavaScript">     document.styleSheets[0].addImport('yourstylesheet.css', 2); </script> </head> <body>Body content</body> </html>