Javascript run at page opening or later by user action like clicking a button with javascript attached, can alter the page contents and for instance change the layout in the browser.
Using right-click “View Source” shows the original content, not the changed one.
But how/from where can one retrieve the new, changed page contents?
Javascript run at page opening or later by user action like clicking a button
Share
You could use Firebug to see the live contents of the DOM, or you could use Web Developer‘s view generated source feature.