How do I hide html from "View source"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

As a novice in html, how do I hide the html code from "View source" in
browsers?

Also, how do I prevent download of copyright material?

Thank you,

Laura
 
Question 1, you can't.
Question 2, you can't.

When it's viewed in a browser it's already downloaded to the computers Cache files.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
How do I stop people from downloading my graphics or code?

http://www.digitalmidget.com/help/noclick/index.php

http://www.jamesshuggins.com/h/web1/how_do_i_stop_downloading.htm

http://www.jimcoaddins.com/protect.htm
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
How to ask a newsgroup question:
http://support.microsoft.com/kb/555375
===
| As a novice in html, how do I hide the html code from "View source" in
| browsers?
|
| Also, how do I prevent download of copyright material?
|
| Thank you,
|
| Laura
 
You don't. You can't.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
Very easy, don't put it on the web!

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Okay, then why do I often run across pages that, when using the View menu and
clicking on "View Source," nothing happens?

And on some sites, when I try to "Save picture as" (with right-click) I get
a pop-up saying that this cannot be downloaded or saved as it is copyright
protected?

Are these html issues or FrontPage issues?

Actually what I'm trying to protect is an encryption key - not a whole site.

Thanks.
Laura
 
Those sites use javascript to disable the right click menu.
However, as I stated the content is already in the computers browser cache files.
( temporary internet files )

As for protecting an encryption key, you don't need to.
If it's your public key, it's only useful on your computer,
assuming it's your computer that created the "key pair."

Remember, people use your "public" key to encrypt files and mail to send to you.
Anything encrypted with your "public" key can only be decrypted on your machine
with the key ring that contains your private key.

fwiw, I dabble in Gnupg and pgp.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Okay, guys, thank you for your help.

Laura

Steve Easton said:
Those sites use javascript to disable the right click menu.
However, as I stated the content is already in the computers browser cache files.
( temporary internet files )

As for protecting an encryption key, you don't need to.
If it's your public key, it's only useful on your computer,
assuming it's your computer that created the "key pair."

Remember, people use your "public" key to encrypt files and mail to send to you.
Anything encrypted with your "public" key can only be decrypted on your machine
with the key ring that contains your private key.

fwiw, I dabble in Gnupg and pgp.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
How do I hide messages from people who want to hide html from "View source"?

Bob Lehmann
 
Okay, then why do I often run across pages that, when using the View menu
and clicking on "View Source," nothing happens?
Because IE has a bug that makes that happen when your cache is too full.
get a pop-up
Because someone who is ignorant programmed it that way.
ATTENTION: If you are a burglar, the house is locked and you can't come in.
If you're not a burglar, then the key can be found in the flowerpot.

Bob Lehmann
 
You may not have liked the answer, however that is currently the only way to protect your content
from folks on the internet.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Hey now, Bob, shes said she was a newbie! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
Sorry, Thomas. I thought you'd know I was kidding. I got the message.

Actually, what I was trying to figure out is what is used on all those
places that have limited access to special sections, e.g. for a customer to
log on to their own information in a company's file. We are using an
encryption algorithm, but it shows up as part of the html. How is it that
Banks limit access to information ONLY on your own account? Then, maybe,
they don't, and it's only the honest people (or the completely ignorant) that
don't try to access others' information.

Laura
 
You would need to use a custom written application written in ASP, ASP.net, PHP, etc. and a database
(Access, MySQL, MS SQL) to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top