Would any one help me fix this i would like to make it work in firefox as well as ie, infact i would like it to work in all browsersCode:<script language="VBScript" type="text/VBScript"> set xmlDoc=CreateObject("Microsoft.XMLDOM") xmlDoc.async="false" xmlDoc.load("http://www.queerfm.net/XMLSongs.xml") set x=xmlDoc.getElementsByTagName("Event") </script> </strong></div></th> </tr> <tr> <td width="142"><strong><font face="Verdana" style="font-size: 8pt"> Artist:</font> <font face="Verdana" style="font-size: 8pt" color="#FF0000"> <script language="VBScript" type="text/VBScript"> set x=xmlDoc.getElementsByTagName("Artist") document.write(x.item(0).getAttribute("name")) </script> </font> </td> </tr> <tr> <td width="142"><strong><font face="Verdana" style="font-size: 8pt"> Title:</font> <font face="Verdana" style="font-size: 8pt" color="#FF0000"> <script language="VBScript" type="text/VBScript"> set x=xmlDoc.getElementsByTagName("Song") document.write(x.item(0).getAttribute("title")+ "") </script> </font> </td> </script></strong>



Reply With Quote



Bookmarks