473,794 Members | 2,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cant view source

I saw a site that looked pretty good, but I could view the source.

2 questions:

1) how can I do the same for my site
2) any way to get around this?

Mike
Jul 23 '05 #1
15 3017
Michael Hill skrev 2004-09-10 18:06:
I saw a site that looked pretty good, but I could view the source.

2 questions:

1) how can I do the same for my site
2) any way to get around this?

Mike


I doubt there is anything that really works like that. What is the URL
to the site you looked at?

--
/Arne
Jul 23 '05 #2
On Fri, 10 Sep 2004 11:06:33 -0500, Michael Hill <hi****@charter .net>
wrote:
I saw a site that looked pretty good, but I could view the source.
I suspect you could NOT view the source, is that correct? I suspect yu
could, though you didn't know how.
2 questions:

1) how can I do the same for my site
2) any way to get around this?


http://www.vortex-webdesign.com/help/hidesource.htm
Jul 23 '05 #3
On Fri, 10 Sep 2004 14:07:52 -0400, Neal <ne*****@yahoo. com> wrote:
http://www.vortex-webdesign.com/help/hidesource.htm

Site seems to be down, here's the Google cache

http://216.239.39.104/search?q=cache...l+source&hl=en
Jul 23 '05 #4
Michael Hill wrote:
I saw a site that looked pretty good, but I could view the source.

2 questions:

1) how can I do the same for my site
You can't.
2) any way to get around this?


Yes. I can most likely explain how if you give the URL.
Jul 23 '05 #5
Well, sorry to bother evryone. I can see the source now....don't know what
was up

"Arne" <ar**@luras.n u> wrote in message
news:A2******** *************@n ewsc.telia.net. ..
Michael Hill skrev 2004-09-10 18:06:
I saw a site that looked pretty good, but I could view the source.

2 questions:

1) how can I do the same for my site
2) any way to get around this?

Mike


I doubt there is anything that really works like that. What is the URL
to the site you looked at?

--
/Arne

Jul 23 '05 #6
Neal said the following on 10/09/2004 20:11:
On Fri, 10 Sep 2004 14:07:52 -0400, Neal <ne*****@yahoo. com> wrote:
http://www.vortex-webdesign.com/help/hidesource.htm


Site seems to be down, here's the Google cache

http://216.239.39.104/search?q=cache...l+source&hl=en


It's up again and I had a few laughs about it :)

It keeps wondering me that people really believe that HTML source can't
be viewed, while at the same time their browser is rendering the code.

--
Regards
Harrie
Jul 23 '05 #7
In message <10************ *@corp.supernew s.com>, Michael Hill
<hi****@charter .net> writes
I saw a site that looked pretty good, but I could view the source. 2 questions: 1) how can I do the same for my site
2) any way to get around this?


vgstrategies.ab out.com attempts to stop you looking at the page source
and also stops CTRL-C (text copy) from working.

It only seems to work in Internet Explorer, and appears to rely on this
<BODY> tag to do its evil work:

BODY onselectstart=" return false" ondragstart="re turn false"
BGCOLOR="#fffff f" TEXT="#000000" LINK="#000090" VLINK="#000090" >

Saving the page source from within IE, removing onselectstart=" return
false" ondragstart="re turn false" with notepad, saving it, and reloading
the changed local file gets around the problem. Using another browser
such as Firefox is also a solution. :)

I don't think there is a fool-proof way to hide the page source. After
all, a browser will always need it to render the page.

Some of the Javascript scripts that encode pages and display them with
document.write( )s are quite clever, and would probably stop most visors
seeing the source. Of course not everyone allows their browser to run
Javascript scripts. Do you really need to hide the source, though? I'm
sure most, if not all, of us 'borrow' ideas and tricks from elsewhere.
Shouldn't we be willing to share our knowledge?
--
Martin Jay
Jul 23 '05 #8
Martin Jay ma****@spam-free.org.uk wrote:
In message <10************ *@corp.supernew s.com>, Michael Hill
<hi****@charter .net> writes
I saw a site that looked pretty good, but I could view the source.

2 questions:

1) how can I do the same for my site
2) any way to get around this?


vgstrategies.ab out.com attempts to stop you looking at the page source
and also stops CTRL-C (text copy) from working.

It only seems to work in Internet Explorer, and appears to rely on this
<BODY> tag to do its evil work:

BODY onselectstart=" return false" ondragstart="re turn false"
BGCOLOR="#fffff f" TEXT="#000000" LINK="#000090" VLINK="#000090" >

Saving the page source from within IE, removing onselectstart=" return
false" ondragstart="re turn false" with notepad, saving it, and reloading
the changed local file gets around the problem. Using another browser
such as Firefox is also a solution. :)

I don't think there is a fool-proof way to hide the page source. After
all, a browser will always need it to render the page.

Some of the Javascript scripts that encode pages and display them with
document.write( )s are quite clever, and would probably stop most visors
seeing the source. Of course not everyone allows their browser to run
Javascript scripts. Do you really need to hide the source, though? I'm
sure most, if not all, of us 'borrow' ideas and tricks from elsewhere.
Shouldn't we be willing to share our knowledge?


How many people, who are that good that they've got something worth
hiding, won't have moved on by the time anyone gets around to copying
anything they've done? I'm quite happy with anyone copying anything I've
ever done, because the next site is going to be a whole load better.

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
Jul 23 '05 #9
On Fri, 10 Sep 2004 11:06:33 -0500, "Michael Hill"
<hi****@charter .net> wrote:
I saw a site that looked pretty good, but I couldn't view the source.


At a guess, you were using IE and your cache was full (IE breaks at
this point).

Clear the cache and you should see it again.
--
Smert' spamionam
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
7213
by: Pete Wason | last post by:
Hiall! I have a demo viewer page for javascript stuff that has three buttons "DEMO" "HTML" and "JSCR", and an IFRAME called 'viewer'. Initially, the IFRAME gets loaded with the actual demo page, ie., viewer.location = dName + '.html'; where dName is the filename of the demo without extension.
4
1745
by: pmud | last post by:
Hi I have a website (ASP.NET project using C# ) which is already put up on the server. I need to make some modification to some web pages.So the project files were copied to the a different server where I could modify tha pages. But when I open the .aspx pages with Visual studio.net, then I just see the HTML code & no design view of the page. How should I edit the page when in Visual Studio I cant see the design view. Just in case...
7
2844
by: Lian | last post by:
Hi every body I have a problem with accesses and visual studio. I've just installed XP and I can't get a connection with the Data base. I have this error and I don't know how to fix it The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\Manufactor\DBManufactor\dbmanufactor.mdb'. It is already opened exclusively by another user, or you need permission to view its data. Description: An unhandled exception occurred...
2
1151
by: ron | last post by:
Hi, can any one help me out with viewing the html of web pages. I go to view and source and nothing happens. Some setting in the depths of windows xp i suspect. I am trying to learn html so this would help me along big time. please send a novice type responce. many thanks in advance
6
1267
by: Klaas | last post by:
I want the backgrond of my whole page in gradient. In the source tab I have: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head>
4
1797
by: Beemer Biker | last post by:
I am adding at bindtime an htmlbutton and an html dropdownlist. The idea is to select the item in the list, hit the button and my callback code uses the ID.selectedindex to act on the item that was selected. I tested it all out by dropping a button and a DDL on a form. Worked ok. Then I wrote the code that automatically added the the button and the DDL to a templated column. The button callback works just fine, but...
1
5138
by: mike11d11 | last post by:
I'm doing a simple TableAdapter.Fill filling my datatable from a view within a SQL database. for some reason it is timing out after 30 seconds and I cant seem to find out where in vb.net 2005 I can go to change the timeout setting for this. when i go to my project, then my settings tab i set the connection timeout for 120, but it doesn't seem to affect the timeout for filling my datatable. Code used to fill datatable:...
0
1346
by: rhyes | last post by:
Hi All, I cant seem to submit post and view the post in the example provided by thescripts there is no error and I manage to connect to the database. the link is below: http://www.thescripts.com/serversidescripting/php/tutorials/discussionforumswithphp/index.html I have make changes in the sql database name , username , password and the table name. And I 'm using PHP 5 and Mysql. I not sure is there any other changes need to be make in...
1
1269
by: geeteshss | last post by:
unable to view data in datagrid -------------------------------------------------------------------------------- the present problem is that i am unable to display data in datagrid....... but the data is visible in database..below is the code what should i do...earlier i could view it also below this code is the code which is in my html page plz help........ private void Page_Load(object sender, System.EventArgs e) { ...
0
9518
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10433
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9035
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6777
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4112
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3720
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2919
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.