hi,
i would like to know ... is there a way to call browser (open new page) but with the status bar disable (hidden) ?
thanks
Develop games in your browser. Powerful, performant & highly capable.
Make the browser plugin execute some javascript:
http://www.w3schools.com/jsref/met_win_open.asp
u need browser object and the code lennaert gave u ... on browser object execute javascript and add "window.open('http://www.w3schools.com');" inside