How can i send complete HTML Page through Winsock ???
I've running Server programm on PC having internet connection and client programm on another PC.Client PC don't have internet connection..
what i want to do is... open webpage on server PC and then send that page through winsock connectin to clent programm...
how can i do this.. i tried some way.. but i cant get complete page.. it sents just some part of page..
any one..
thnx
Re: How can i send complete HTML Page through Winsock ???
any one ?.... i m waiting.... !!!
Re: How can i send complete HTML Page through Winsock ???
You didn't mention whether you want the process to be automatic (sending the address of the webpage from the client and getting it without any human interference) or manually (users sitting on both systems and sending webpages.
I know a method of sending information from the server to the client but in that case you have to be sitting on the server, open the webpages and sending them to the client. If thats the case state so.
Re: How can i send complete HTML Page through Winsock ???
using clint-sever application
client application will snd website link ( in text format) to server application. then server app download complete page and then send it to client app through winsock. then client application will show that page to user
any one ?
thnx