Solutions to technical problems that I come across. Keywords: The Web, Ubuntu, Windows, JavaScript, jQuery, AngularJS, PHP, Java, C++, mySQL, noSQL, and more.
Tuesday, December 8, 2009
Open link in new window
To open a link or result of a form in a new window the target attribute can be used: <a href="test.html" target="_blank">test</a> or for forms: <form target="_blank" ...></form>
No comments:
Post a Comment