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

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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)
 
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.
 
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
 
Back
Top