Category:View SourceFrom MozillaZine Knowledge BaseView Source allows viewing the HTML, CSS, JavaScript, etc. code that is used to generate any given web page. [edit] UI (User Interface)
[edit] View Selection SourceWhen selecting parts of a page and right-clicking, the option "View Selection Source" comes up in the context menu. This will open a View Source window that will contain the code of the selection and any relevant surrounding code. This code may or may not be the same as the original source because it has passed through Mozilla's parser and may have been created or changed dynamically by JavaScript. [edit] View Source and generated sourceThe default "View -> Page Source" is available as view source javascript:location="view-source:"+location The generated source of a page after applying styling changes is available with javascript:(function(){%20function%20htmlEscape(s){s=s.replace(/&/g,'&');s=s.replace(/>/g,'>');s=s.replace(/</g,'<');return%20s;}%20x=window.open();%20x.document.write('<pre>'%20+%20htmlEscape('<html>\n'%20+%20document.documentElement.innerHTML%20+%20'\n</html>'));%20x.document.close();%20})();
Articles in category "View Source"There are 4 articles in this category.V |
|