From: Shanbhag, G. <ga...@am...> - 2005-06-15 23:34:58
|
Hi Are there any plans to support css stylesheets array in document object = of htmlunit's javascript. E.g for ( var i =3D 0; i < document.styleSheets.length; i++ ) { var styleSheet =3D document.styleSheets[i]; } Is there any workaround available for this? Thanks, gautam |