- From: David Perrell <davidp@hpaa.com>
- Date: Mon, 21 Jul 2008 11:25:08 -0700
- To: <www-dom@w3.org>
Jonathan:
| mediaType.item(x).setAttribute("media", "all");
^^^
should be:
mediaType.item[x].setAttribute("media", "all");
Are you changing multiple stylesheet links? Simpler to give the link element
an id and use getElementByID().
David Perrell
Received on Monday, 21 July 2008 18:26:29 UTC