No toolbar and automatic Refresh

  • Thread starter Thread starter Avonte
  • Start date Start date
A

Avonte

I have a Huge Problem with people stealing my photo's by
the small tool bar that appears in the photo. How do I
get rid of that toolbar (it's small with symbols such as
Print, email, save, etc.)

Also I have a webcam and I was wondering is there a way
to put an automatic refresh on that page.
 
You can put an automatic refresh using the meta refresh tag. A good example
of it is at:
http://www.submitcorner.com/Guide/Meta/refresh.shtml

You can stop the image toolbar using the following meta tag:
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

That won't stop anyone from getting your pictures though. All someone has to
do is right-click on the picture and select save as in order to save the
picture.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
-----Original Message-----
I have a Huge Problem with people stealing my photo's by
the small tool bar that appears in the photo. How do I
get rid of that toolbar (it's small with symbols such as
Print, email, save, etc.)

This does no good. People can still capture pictures by
pressing Alt-PrtSc, by looking in your HTML and getting
the HTML, by retrieving the picture file from the browser
cache, or any number of ways.

The best solutions are:

o Display only low-res versions of your pictures.
o Overlay the pictures with a watermark-style copyright
notice.
o Don't show pictures on the Web.
Also I have a webcam and I was wondering is there a way
to put an automatic refresh on that page.

Add a tag like this in the <head> section of your page:

<meta http-equiv="refresh" content="30; url=mypage.htm">

where 30 is the number of seconds between refreshes, and
mypage.htm is the name of your page.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
I know this sounds silly but when doing the stop the
image toolbar do you place the meta tag before the title
and I do leave the other meta tags alone?

And thanks so much for automatic refresh:)
 
It doesn't matter where it is inserted, however it best to always have the
title, description and keywords as the first 3 items in your meta tag
heading.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top