PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
non-viewable source
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
non-viewable source
![]() |
non-viewable source |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

