Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Terminal emulator and website

Status
Not open for further replies.

saif

Programmer
Mar 28, 2001
47
hi

I am not a user of unix and never used Terminal emulator. I have a problem. Please help me if anyone can help me.

I want to access website using any terminal emulator. e.g i want to open in emulator. Of-course it'll not show graphics. i only need to access website in text mode.

Is it Possible??, if possible how can i do that.

Thanks
Saif
 
hi bigoldbulldog

The command you are talking about is a linux command. I want to know if i want to access any website using terminal emulator 'viewdata' data. and may be i am running terminal emulator in windows environment.

hope this will make sense

Regards
Saif
 
When I need to access a website and see the raw data coming from the server, I use telnet

If you want to get the default site from
1. Open a telnet session to on port 80.
2. Send the following text:
GET /thepath/thepage.html HTTP/1.1<enter>
Host: <enter>


The raw text of that page will come screaming at you.

______________________________________________________________________
TANSTAAFL!
 
hi sleipnir214

I experiment that, it works but I want to open web page in emulator. so that i can input as well. i want to use emulator same as we are using web page but ofcourse without graphics

Regards
Saif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top