test_windows.html (587B)
1 <?xml version="1.0"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 7 <head> 8 <title>XHTML Test Page</title> 9 </head> 10 <body> 11 <p><a href="resultPage.html" onClick='javascript:window.open("resultPage.html",null, "menubar=0,location=1,resizable=1,scrollbars=1,status=0,width=700,height=375");' name="windowOne">Open new window</a></p> 12 </body> 13 </html>