1.

Which Of The Following Methods Would Give The Output Corresponding To The Code Snippet? Var Test = <type Name="joe"> <base Name="bob"></base> Example </type>; Output: <type Name="joe"> <base Name="bob"/> Example </type>

Answer»

ALERT(test.toXMLString()); , alert(test.elements());

alert(test.toXMLString()); , alert(test.elements());



Discussion

No Comment Found