Web >> Development >> HTML >> How to send a html document to a new browser window


Use the recognized frame name of "_blank", a new unnamed browser
window will be opened to display that HTML document.

eg. <A HREF=<url> TARGET="_blank">Link name</A>