you cannot remove address bar in IE7; so it may depend on the browser.
if
Main Topics
Browse All TopicsDear EE,
I've created 1 page that has Image-map inside, so if the user direct their mouse to a certain point & click, a new window will pop up, but how can I disable to show the address bar & scrollbars. What I want is just to have a simple-neat, 1 page, without the address bar & scrollbars.
Thank you in advance!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
For JPM:
Do I need to write that script for every point that have link? Bec. there are 14 points that have certain link on each, so I must write it 14x, am I right?
---------------
For govidarajan78:
Most of the users in our company are using IE 8 now. So it's the same as IE7, can't be remove the address bar?
Don't know about IE8 ( I threw it away from my pc )
You have got another way to do the job you want.
ex :
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
function newWin(page)
{
wHeight = screen.height - 80; // for instance
wWidth = screen.width - 20;
window.open(page,'newwin',
locationbar=0,menubar=0,pe
}
</SCRIPT>
In each link, you call the function with onClick
ex : onclick="newWin( movie1.html)"
Dear JPM,
Will the:
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
function newWin(page)
{
wHeight = screen.height - 80; // for instance
wWidth = screen.width - 20;
window.open(page,'newwin',
locationbar=0,menubar=0,pe
}
</SCRIPT>
be put inside <HEAD>--</HEAD> ?
Or? Please advise...
i dont think you can hide the address bar in IE8
check this out. to avoid phising they made it mandatory.
http://social.msdn.microso
Business Accounts
Answer for Membership
by: JPMPosted on 2009-09-26 at 03:47:43ID: 25429438
Some javascript will fit. dth=640,he ight=480,t oolbar=no, location=n o,director ies=no,sta tus=no,men ubar=no,sc rollbars=n o,resizabl e=no');
For instance :
window.open( 'Movie1.html','newwin','wi