Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

View actual sourcecode

  • 2 отговора
  • 1 има този проблем
  • 9 изгледи
  • Последен отговор от Birger52

more options

Developing a site with login. How do I see the actual source code of the page, after logging in? "View sourcecode" from menu, show me the login page, which is not what I need...

Developing a site with login. How do I see the actual source code of the page, after logging in? "View sourcecode" from menu, show me the login page, which is not what I need...

Избрано решение

There are several ways to view the page source:

1. Rightclick on anywhere -> "View page source"

2. Press the Hotkey [Ctrl] + [U]

3. write "view-source:" infront of your url (e.g. view-source:https://google.com)

You can also use the Firefox developementtool "Inspector" by pressing [F12]

Many greets

Прочетете този отговор в контекста 👍 0

Всички отговори (2)

more options

Избрано решение

There are several ways to view the page source:

1. Rightclick on anywhere -> "View page source"

2. Press the Hotkey [Ctrl] + [U]

3. write "view-source:" infront of your url (e.g. view-source:https://google.com)

You can also use the Firefox developementtool "Inspector" by pressing [F12]

Many greets

more options

Thx for answering.

view-source does the thing.

None of the others actually gives the sourcecode - some give Firebugs version of it [F12], and some give a version that is no longer valid - f.eks. after logging in, you get the code of the login page..