#define DEBUG #include #include #include #ifdef ULTRIX char *strdup(); #endif #include #if SOL || HP #include #endif #include #include #include #include #include #include #include #define HTSIZE 4096 int HTDoConnect(); int HTDoRead(); main(argc,argv) int argc; char *argv[]; { int i,handle; char msg[HTSIZE]; i=HTDoConnect("http://localhost:3376/","HTTP",3376,&handle); if(i) {printf("Connect to browser failed\n");exit(1);}; strcpy(msg,argv[1]); for(i=2;i