PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage non-viewable source

Reply

non-viewable source

 
Thread Tools Rate Thread
Old 22-06-2006, 05:18 AM   #1
=?Utf-8?B?VGF0?=
Guest
 
Posts: n/a
Default non-viewable source


I have noticed that it is impossible to view the HTML source on some web
sites, whether using the mouse right-click or view source option in the
browser window. I think this is a nice feature when there is a lot of
copyrighted material in the HTML, and would like to know how is this
accomplished. Is it a program you have to buy, or an HTML command you can
insert on a page? If so, could someone tell me the program or the HTML
please?
  Reply With Quote
Old 22-06-2006, 07:31 AM   #2
Trevor L.
Guest
 
Posts: n/a
Default Re: non-viewable source

Tat wrote:
> I have noticed that it is impossible to view the HTML source on some
> web sites, whether using the mouse right-click or view source option
> in the browser window. I think this is a nice feature when there is
> a lot of copyrighted material in the HTML, and would like to know how
> is this accomplished. Is it a program you have to buy, or an HTML
> command you can insert on a page? If so, could someone tell me the
> program or the HTML please?


You asked this once before.

I found this code on w3schools
<body>
<head>
<script type="text/javascript">
function doNothing() {
setTimeout(//do nothing,1000) }
</script>
</head>
<body onRightClick="doNothing()">

I am not sure how the *comment* //do nothing would actauly be executed, but
you could try it. If it doesn't work substitute some other code, say var x
=0
And onRightClick may not be valid in all browsers.

But as I stated before, this doesn't prevent the code from being viewed

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


  Reply With Quote
Old 22-06-2006, 07:42 AM   #3
=?Utf-8?B?VGF0?=
Guest
 
Posts: n/a
Default Re: non-viewable source

Thank you again. I asked twice because the first time I refureshed about 8
times in 10 min. and my question didn't appear, so I thought maybe I clicked
on close instead of send. After asking a second time, both questions were
there when I refreshed.

"Trevor L." wrote:

> Tat wrote:
> > I have noticed that it is impossible to view the HTML source on some
> > web sites, whether using the mouse right-click or view source option
> > in the browser window. I think this is a nice feature when there is
> > a lot of copyrighted material in the HTML, and would like to know how
> > is this accomplished. Is it a program you have to buy, or an HTML
> > command you can insert on a page? If so, could someone tell me the
> > program or the HTML please?

>
> You asked this once before.
>
> I found this code on w3schools
> <body>
> <head>
> <script type="text/javascript">
> function doNothing() {
> setTimeout(//do nothing,1000) }
> </script>
> </head>
> <body onRightClick="doNothing()">
>
> I am not sure how the *comment* //do nothing would actauly be executed, but
> you could try it. If it doesn't work substitute some other code, say var x
> =0
> And onRightClick may not be valid in all browsers.
>
> But as I stated before, this doesn't prevent the code from being viewed
>
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>
>
>

  Reply With Quote
Old 22-06-2006, 07:52 AM   #4
Trevor L.
Guest
 
Posts: n/a
Default Re: non-viewable source

Tat wrote:
> Thank you again. I asked twice because the first time I refureshed
> about 8 times in 10 min. and my question didn't appear, so I thought
> maybe I clicked on close instead of send. After asking a second
> time, both questions were there when I refreshed.


Yes, this can be annoying.

I hope that both my anseers were useful.

You answered so quickly that you are either up late in the USA or like me on
the other side of the Paciifc (Australia)

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


  Reply With Quote
Old 22-06-2006, 08:01 AM   #5
=?Utf-8?B?VGF0?=
Guest
 
Posts: n/a
Default Re: non-viewable source

Correct about being up late. I've been building my site for a month now for
about 15-18 hours a day trying to get it ready to publish, so I'm not too
sure whether it's day or night half the time at this point.

"Trevor L." wrote:

> Tat wrote:
> > Thank you again. I asked twice because the first time I refureshed
> > about 8 times in 10 min. and my question didn't appear, so I thought
> > maybe I clicked on close instead of send. After asking a second
> > time, both questions were there when I refreshed.

>
> Yes, this can be annoying.
>
> I hope that both my anseers were useful.
>
> You answered so quickly that you are either up late in the USA or like me on
> the other side of the Paciifc (Australia)
>
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off