Why does image browser pop on some jpgs and not others in FP

G

Guest

I recently noticed that when I pass over certain jpgs/graphics on my website
the MS image browser (allowing you to print the jpg) pops up. Although I
know how to turn off the image browser in explorer, what controls this
function in FP and how do I turn it off for all jpgs/graphics.
 
T

Trevor L.

ROC said:
I recently noticed that when I pass over certain jpgs/graphics on my
website the MS image browser (allowing you to print the jpg) pops up.
Although I know how to turn off the image browser in explorer, what
controls this function in FP and how do I turn it off for all
jpgs/graphics.

Go to the Code or HTML view and paste this between <head> and </head>
<meta http-equiv="imagetoolbar" content="no"/>

This will do the trick (on that page)
 
B

Bob

You can try adding a meta tag to the head of the page....

<meta http-equiv="imagetoolbar" content="no">

Just a thought...

bob
|I recently noticed that when I pass over certain jpgs/graphics on my
website
| the MS image browser (allowing you to print the jpg) pops up. Although I
| know how to turn off the image browser in explorer, what controls this
| function in FP and how do I turn it off for all jpgs/graphics.
 
S

Steve Easton

It depends upon the size of the image.
If the image fits the size of the visitors browser window, no popup.
If it's bigger, they see the popup.

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

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