Forum Moderators: phranque

Message Too Old, No Replies

Save a Web page

         

SlowMove

11:22 pm on Sep 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I want to see how a Web page was put together, but this page crashes every browser that I have before I get a chance to right click to view source. Without installing WebZIP or some other software that can download a whole site, is there a simple way to save a single page without loading it in a Web browser?

netguy

11:41 pm on Sep 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



SlowMove....

Sounds like you found a 'live' one! ;)

I don't know what you use for an html editor, but HomeSite allows you to 'open from web' to download the source... or you might even try saving from the cache copy in G.

moltar

11:43 pm on Sep 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can make an html page with just a simple link to that page and then right click it and go "save target as" (in IE).

Something like this:

<a href="ADDRESS_OF_THE_PAGE">click</a>

SlowMove

11:49 pm on Sep 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Done. Thanks for the help.