Hide url in pop up window

W

Workinghard

I have thumbnail images on my page that when clicked open a new window that
displays a larger version of the thumbnail. I do not want the visitor to see
the path of the location of this image on my server. Is it possible to open
the new window with not address bar so that the user cannot see where my
images are stored?
 
S

Steve Easton

1. Not possible with IE in XP SP2
2. All they have to do is right click the image and select properties to
see the full path.

That said, you might try the free Spawn from Jimco software
www.jimcosoftware.com


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
K

Kevin Spencer

Do you mean that you don't want the address bar to show? If so, you can do
this by using the JavaScript window.open() method to open the new window.
You can find full documentation for this method, along with samples, at:

http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
S

Steve Easton

Didn't SP 2 for XP kill that ability??


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
K

Kevin Spencer

Hi Steve,

Just tested it, and it was fine. Here's my test script:

<script type="text/javascript">
window.open("http://www.dynamicsystems.com/weatherservices", "",
"top=100,lef=100,width=800,height=600,location=0");
</script>

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
J

Jens Peter Karlsen [FP-MVP]

No, but you can't kill the status line.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top