How to view source of the htm page?

J

Jack

I have found a webpage which does not reveal its source.
When I click on source nothing happens.
What can be done about it? There must be some way of accessing it.
How?
 
T

Thomas A. Rowe

Did you scroll down the page?

Provide a URL.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Interesting, however in IE, use File Menu | Save As | Complete HTML, then open in notepad or open
the page in your browser, then do view source.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tom Pepper Willett

I see the source just fine.


--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
|
http://www.dvbwest.com/product_info...id=40&osCsid=7b8eea993ee931830358590c7a78537c
|
|
| | > Did you scroll down the page?
| >
| > Provide a URL.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| | > > I have found a webpage which does not reveal its source.
| > > When I click on source nothing happens.
| > > What can be done about it? There must be some way of accessing it.
| > > How?
| > >
| > >
| >
| >
|
|
 
M

Murray

Or turn off javascript -


<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>DVB West</title>
and discover that they have used a broken doctype on the page....
 
A

Andrew Murray

right click in the area near the title, "dvbwest.com" then click view source - it
works on my browser.
 
J

Jack

It does not on mine.
In fact I even do not have the 'View Source' menu when I click where you
said.
 
Top