[jQuery] hide browser toolbars using jQuery
Using window.open I can achieve this, however, from what I understand
window.open is normally used for popups. What I want is the first
time the user opens their browser and points to my site, they should
see my site with no toolbars. Is it possible to do this jQuery?