405517-1.xhtml (241B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <script type="text/javascript"> 4 5 function m() 6 { 7 document.getElementById("j").nextSibling.data = 'b'; 8 } 9 10 </script> 11 </head> 12 13 <body onload="m();"><p id="j">a</p> <div>c</div></body> 14 15 </html>