Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

View actual sourcecode

  • 2 antwoorden
  • 1 heeft dit probleem
  • 9 weergaven
  • Laatste antwoord van 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...

Gekozen oplossing

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

Dit antwoord in context lezen 👍 0

Alle antwoorden (2)

more options

Gekozen oplossing

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..