mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
77a6e3920a
file name.
26 lines
470 B
HTML
26 lines
470 B
HTML
<html>
|
|
<head>
|
|
<title>View HTTP and HTML Source</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h2>View HTTP and HTML Source</h2>
|
|
|
|
<form method="get" action="view.cgi">
|
|
Enter the URL of the document you'd like to examine:<br>
|
|
<input type=text name=url size=60>
|
|
<p>
|
|
<input type=submit value=Submit>
|
|
<input type=checkbox name=verbose>Verbose Mode (to watch connection)
|
|
</form>
|
|
|
|
Examples:
|
|
<pre>
|
|
somehost
|
|
http://www.mozilla.org
|
|
http://www.mozilla.org/index.html
|
|
</pre>
|
|
|
|
</body>
|
|
</HTML>
|