child_bug260264.html (381B)
1 <html> 2 <head> 3 </head> 4 <body> 5 <iframe id="frame"></iframe> 6 <script type="application/javascript"> 7 var tempstr = window.location.pathname.substring(0, window.location.pathname.lastIndexOf('/')+1); 8 document.getElementById("frame").src = "http://mochi.test:8888" + tempstr + "grandchild_bug260264.html" + window.location.hash; 9 </script> 10 </body> 11 </html>