Help with cross-platform javascript css sniffer

Alan German asg at erols.com
Tue Dec 10 03:50:56 PST 2002


Try surrounding your stylesheet names in double-quotes:

   document.write({linkStyleSheet ("ie3")}

Also, on that particular line in your javascript, you need the trailing 
parenthesis:

   document.write({linkStyleSheet ("ie3")})

[unless that was just a typo]


Alan




More information about the Frontier-Users mailing list