windowHandles.html (577B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 5 <!DOCTYPE html> 6 <html> 7 <head> 8 <title>Marionette New Tab Link</title> 9 </head> 10 <body> 11 <a href="empty.html" id="new-tab" target="_blank">New Tab</a> 12 <a href="about:blank" id="new-blank-tab" target="_blank">New blank Tab</a> 13 14 <a href="" id="new-window" onClick='javascript:window.open("empty.html", null, "location=1,toolbar=1");'>New Window</a> 15 </body> 16 </html>