Ethernet

I want to get an Arduino Ethernet but am not sure as to how i can make the data I want appear on browser without having to use http.
I ask because the documentation donsn't explain how you can view the data sent from the arduino.
Is it possible just to enter the ip of my ethernet shield in the browser and have the shield send the data or do I need some more code before that works.
For example, if i upload the demo ethernet program onto my arduino and open my browser with the shields ip in the URL bar could I connect and see the data the arduino sends without additional code on my part?
Thanks
Robotkid :slight_smile:

I can put the below in my brouser and download a simple LED control page from my arduino with an ethernet shield. I think the http:// is required for the brouser to understand it is connecting to a web server.

http://192.168.1.102:84/