Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 13th, 2004, 10:05 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

My first suggestion is to get Firefox, which has a built-in source viewer instead of using an external application.

Anyways..

1) if you have a shortcut to Notepad anywhere (not just on your desktop) delete it
2) empty your cache (Tools->Internet Options->General->Delete Files)

If these do not work, I found a lot of other opinions when I went to:
http://www.google.com/search?q=ie+cant+view+source

good luck ;)

-Snib - http://www.snibworks.com
Where will you be in 100 years?
 
Old January 6th, 2005, 10:57 AM
Authorized User
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm hoping this ins't to far off the subject. When I try to view source in Firefox 1.0 from my web site I only get this info:
<html>
<head>
<title>title</title>


</head>
<frameset rows="100%,*" border="0">
<frame src="http://xx.xx.xx.102:999" frameborder="0">
<frame frameborder="0" noresize>
</frameset>
</html>



but if I view source in IE 6 I see all the source code? I cleared the Firefox cache. Also it says frameset but I'm only using xhtml and css .
Any thoughts?

Thanks

 
Old January 6th, 2005, 10:58 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Right click, select something along the lines of "This Frame" and then "View Frame Source".


Regards,
Rich

--
[http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design
 
Old January 6th, 2005, 11:13 AM
Authorized User
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks, that was to easy.

Quote:
quote:Originally posted by richard.york
 Right click, select something along the lines of "This Frame" and then "View Frame Source".


Regards,
Rich

--
[http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design
 
Old January 3rd, 2007, 02:23 PM
Authorized User
 
Join Date: May 2006
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to kaos_frack
Default

if you cannot view source try entering this in the address bar:
Code:
javascript:alert(document.getElementsByTagName("html")[0].outerHTML);
 
Old September 21st, 2014, 05:17 PM
Registered User
 
Join Date: Sep 2014
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Just a suggestion for anyone who follows the ideas here and still can't view the source of a webpage, you could always try to enter the URL in an app that can grab and display the source code for you, like http://appincredible.com/online/view-source/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Grid View with SqlData Source mallikalapati ASP.NET 2.0 Professional 2 February 6th, 2008 08:51 AM
Disable View>Source (disable html source) kazmughal44 HTML Code Clinic 11 December 11th, 2007 11:53 AM
Control properties in source view drmacy BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 4 September 25th, 2007 07:35 AM
HTML - no View Source GreenLamar HTML Code Clinic 1 August 9th, 2007 03:19 PM
Unable to view source code! yuvin ASP.NET 1.0 and 1.1 Basics 0 January 10th, 2007 02:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.