Since using iframes to house external pages are, by some accounts "not the preferred method" and even disallowed by some sites (flickr, for one), I now want to dynamically generate browser tabs. e.g., when a user submits a form, I want to dynamically generate a tab on the browser in response to what is submitted. e.g., I might want to add a new tab with an URL like: http://www.bigsurgarrapata.com/contact
How to do this in jQuery?