ก็เอาไปใส่ไว้ใน <body onload="window.open('xxxxx.htm');"> อะไรแบบนี้ก็ได้ครับ ลองไปศึกษา ตามลิงค์ดูครับ มันจะมีวิธีเลือกแสดง ว่าจะให้แสดง status bar ,toolbar พวกนี้ครับ
ตัวอย่างครับ Code
The code below opens a window with toolbar and status bar.
window.open ("http://www.javascript-coder.com",
"mywindow","status=1,toolbar=1");
The table shows the features and the string tokens you can use:
status The status bar at the bottom of the window.
toolbar The standard browser toolbar, with buttons such as Back and Forward.
location The Location entry field where you enter the URL.
menubar The menu bar of the window
directories The standard browser directory buttons, such as What's New and What's Cool
resizable Allow/Disallow the user to resize the window.
scrollbars Enable the scrollbars if the document is bigger than the window
height Specifies the height of the window in pixels. (example: height='350')
width Specifies the width of the window in pixels.