English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i'm doing an online puzzle and have no idea how to find a source code to the webpage i'm on which i need, any ideas please???

2007-02-20 12:44:02 · 10 answers · asked by scarlet woman 2 in Computers & Internet Programming & Design

10 answers

Right-click on a plain part of the page (in other words, don't right-click on a picture or some other object) and select View Source. Some websites try to stop you from viewing the source by disabling the right-click function on their page. But you should still be able to click the View menu in your browser and select Source.

2007-02-20 12:48:29 · answer #1 · answered by ruralcomputersolutions 3 · 1 1

Any sensible web page now keeps its' css files and include files in folders you can not access. Also images ore often placed in folders you can not reach. And in many cases even the html is not available, as it does not exist. In these cases the data required to build the pages is in a database with no external access. So when you are downloading all you get is the html created by php scripts. This allows for dynamic pages which change according to user, options selected from forms or search filters etc. NONE of the sites I build have ANY html in them. All the pages apart from the index page are in folders which are not available. And the actual coding is all php drawing from a mysql database. If you copy source you get garbage in most cases, and a partial web page. And only one page out of the hundreds in use.

2016-05-24 00:19:07 · answer #2 · answered by Anonymous · 0 0

if you use a mozilla type browser like firefox etc: , right click on the page & choose ' view page source '
(usually 3rd up from the bottom of the drop down menu )
not sure if this works with uncle bills Internet Explorer , but you can try . also a good web authoring program like first page or front page should be able to open it up , you may have to save the page first & then open it with the program later

2007-02-20 13:00:59 · answer #3 · answered by iammoza 3 · 1 1

Right click anywhere on the page and click 'View Source'

2007-02-20 12:47:22 · answer #4 · answered by Anonymous · 1 1

Right click with the mouse. On the popup menu there is an option that reads 'view source'.

Click it and see.

2007-02-20 12:47:47 · answer #5 · answered by philip_jones2003 5 · 1 1

go to View on the top of the page, and look for source !

2007-02-20 12:46:39 · answer #6 · answered by Big R 6 · 0 1

Right click in the page and hit view source....

You will only see html code...

You will not see....asp...php...aspx...php3...cfm...jsp...or any other server side scripting...as these syntaxes dont get sent to the client browser

2007-02-20 12:47:02 · answer #7 · answered by Josh B 5 · 0 1

try google

2007-02-20 12:47:08 · answer #8 · answered by Anonymous · 0 2

Hi... try this: right click the page, then click VIEW SOURCE, hope it helps...
thankyou please rate my answer.. thanks...

2007-02-20 12:49:55 · answer #9 · answered by Anonymous · 1 1

www.source-codes.com

2007-02-20 12:46:10 · answer #10 · answered by Phlow 7 · 0 2

fedest.com, questions and answers