# Script Question Part 2

**URL:** https://boards.straightdope.com/t/script-question-part-2/141866
**Category:** Factual Questions
**Created:** [December 10, 2002, 10:15pm UTC](https://boards.straightdope.com/t/script-question-part-2/141866 "2002-12-10T22:15:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rayray5884](https://avatars.discourse-cdn.com/v4/letter/r/57b2e6/32.png) [@rayray5884](https://boards.straightdope.com/u/rayray5884)
#### Post date: [December 10, 2002, 10:15pm UTC](https://boards.straightdope.com/t/script-question-part-2/141866/1 "2002-12-10T22:15:36Z")

</div>

Im working on a little website and for this particular application I really dont need the IE toolbar up top. (no it’s not a popup, and I can guarentee it will only be viewed in IE)

[This is the page](http://www.ilstu.edu/~jrkeipp/extratop.htm)

Keep in mind this will be going in a small frame up top so the background image will not repeat that many times. What I would like to do is get rid of the entire toolbar and use that little jpg to the right to control the navigation. How do I turn a hotspot into the back, forward, stop, refresh, and home buttons?? I know theres got to be some Javascript to do that as well as eliminate the toolbar. I have been googling but havent found the right one yet. As alway, thanks in advance!

---

<div class="post-metadata">

### Author: ![Caught\_Work](https://avatars.discourse-cdn.com/v4/letter/c/919ad9/32.png) [@Caught\_Work](https://boards.straightdope.com/u/Caught_Work)
#### Post date: [December 10, 2002, 11:45pm UTC](https://boards.straightdope.com/t/script-question-part-2/141866/2 "2002-12-10T23:45:11Z")

</div>

You will have to spawn a new window to get a window to not have the toolbar. Try this.

\<a onClick=“MyWindow=window.open(‘YOUR IMAGE NAME HERE’,‘MyWindow’,‘toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=YOURWIDTH,height=YOURHEIGHT,left=100,top=10’);false;”\>\</a\>

I think this should work.
