Windows 7 without a browser? Get one here...

Soldato
Joined
28 Sep 2008
Posts
14,196
Location
Britain
For those of you wondering how anyone is supposed to download a browser without a browser installed and without any other system at hand: Create a very simple HTML application (*.hta).

1) Create a new text file called anything.hta
2) Edit it with Notepad
3) Add this line:

<iframe src="http://www.google.com/" width="100%" height="100%" />
4) Save the file, close Notepad
5) Double-click anything.hta and go get your browser of choice

HTAs don’t have the usual navigation buttons, no URL bar, no cookie support, no builtin security features, but they can download files, which is all you need to get a browser.

:)
 
Last edited:
Back
Top Bottom