Code for getting on the internet

Associate
Joined
8 Jan 2009
Posts
1,492
Location
Northern Ireland
What it is, someone came on the forum a while back and gave the code to get on the internet without a browser. I formatted my hard drive, and forgot to make a backup copy of it. All i can remember it has 4 or 5 lines of code.:o
 
What the smeg? Code for getting on the internet without a browser?

All I can think of is Telnet-ing to webserver.

What did the code do when it was run?
 
Your in luck.

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.
 
iDroid84 Your in luck.


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

Thats it, A big thankyou, must make a backup.
 
Back
Top Bottom