** Final Call for WebNet 98 Presentations--Deadline: July 23rd ** ... http://www.aace.org/conf/webnet/finalcall.htm ...
Assoc Advancement Com...
aace@...
Jun 12, 1998 6:01 am
10689
Hi ! all I have a quick question. I know that if there is a GET method specified in the HTML form as the means of communication between the client and the...
Jayesh Govindarajan
jayeshg@...
Jun 23, 1998 7:29 am
10690
POST specifies that the FORM information will be sent via stdin rather than the QUERY_STRING variable. Older web servers had a limit on how big the...
JFenner
JFenner@...
Jun 23, 1998 12:49 pm
10691
The 2nd USENIX Symposium on Internet Technologies and Systems (USITS '99) takes place October 11-14, 1999, in Boulder, Colorado. The symposium is sponsored by...
Jackson Dodd
jackson@...
Jun 25, 1998 12:14 pm
10692
I am trying to find the documentation on the 'mailto' call as well as what other information can be sent in this manner. I am looking to set a value for the...
David Zampese
davez@...
Jun 29, 1998 9:12 am
10693
Hello In the scope of the integration of a X11/MOTIF application and a HTTP/CGI application, we are looking for a comprehensive way to: - call and display HTML...
Marc Fernandez
Marc.Fernandez@...
Jun 29, 1998 10:03 am
10694
Dear Sir/Madam: I have been getting the error message; Error 500 CGI Error - can't get Content-Type but get Content-type: ...
kouichi Nakano
kounaka@...
Jul 3, 1998 2:07 pm
10695
Hi, This is a Netscape extension to the HTTP Spec. Details can be found at: http://home.netscape.com/assist/net_sites/pushpull.html Hope this helps. Gavin...
Gavin Button
gavinb@...
Jul 3, 1998 2:34 pm
10696
HTML Hot Tip: Undocumented Mailto URL Extensions http://members.aol.com/htmlguru/tips/tip04.html elena...
elena danielyan
elena515@...
Jul 4, 1998 3:43 pm
10697
... Alas, that document contains a number of serious errors and presents bad (broken HTML) examples. Much more creditable references would be the current URL...
Harold A. Driscoll
harold@...
Jul 4, 1998 4:37 pm
10698
... specifically: =========== http://www.w3.org/Addressing/schemes#mailto mailto: Electronic mail address "The mailto URL scheme", P. Hoffman, L. Masinter, J....
Dan Connolly
connolly@...
Jul 4, 1998 4:57 pm
10699
unsubscribe end -************************************************************** Vincent Graf R&ED Sarl - Research Engineering Development - PSE - Scientific...
Vincent Graf - R&ED S...
vincent.graf@...
Jul 7, 1998 3:07 pm
10700
Gurumurthi, Nandakumar
Nandakumar-Gurumurthi...
Jul 16, 1998 1:02 pm
10701
Dear W3C membership, chairs, and editors: Here is a draft for your consideration which has been through IETF and W3C process. It is ready for voting if I...
James P. Salsman
bovik@...
Jul 17, 1998 3:12 pm
10702
... James, you've misunderstood the "process" so completely that it's not clear where to begin. Both IETF and W3C have documented processes, the IETF process...
Larry Masinter
masinter@...
Jul 17, 1998 3:53 pm
10703
Larry, ... You sent a message to Ed Tecot and I around November last year wherein you suggested business-card scanning as another application of the extension...
James Salsman
james@...
Jul 17, 1998 6:03 pm
10704
Leon, ... Current is ftp://ftp.bovik.org/draft-salsman-www-device-upload-02.txt but the differences are very slight and do not impact any implementation issues...
James P. Salsman
bovik@...
Jul 24, 1998 5:12 pm
10705
In response to questions about the utility of the proposal described in the draft ftp://ftp.bovik.org/draft-salsman-www-device-upload-02.txt -- here are three...
James P. Salsman
bovik@...
Jul 28, 1998 4:12 am
10706
[Apologies if you see multiple copies of this message, or if you didn't need this reminder.] I am guest-editing a special issue of the World Wide Web journal...
Fred Douglis
douglis@...
Aug 4, 1998 8:54 pm
10707
Hi there, I am trying to write a script to fetch information stored on a web server that use SSL (instead of using the browser). I am basically trying to...
Tech Bull
techbull@...
Aug 11, 1998 12:47 am
10708
... Use the trace capability in Lynx. To get Lynx with SSL or a proxy that adds the SSL you will need to do some compiling, but no hacking. Al Gilman One place...
Al Gilman
asgilman@...
Aug 11, 1998 4:37 am
10709
Hi, I am planning to implement a H.323 terminal which transfers video and audio over the LAN and I'm planning to use RTP as transfer protocol. Can anyone...
Balagopal
elxrgh.ernet.in!balag...
Aug 27, 1998 8:26 pm
10710
Has anyone ever considered that it would be useful to be able to add an optionnal 'offset' parameter to the GET request ? This would, for example, allow the...
Tristan Savatier
tristan@...
Aug 30, 1998 10:34 pm
10711
... Yes: ============ Hypertext Transfer Protocol -- HTTP/1.1 January 1997 http://www.w3.org/Protocols/rfc2068/rfc2068 14.36.2 Range Retrieval Requests HTTP...
Dan Connolly
connolly@...
Aug 30, 1998 10:45 pm
10712
Thanks. Now I see how to do a GET with range request. Now, another question: Is there a way to specify the offset or range with the http: URL syntax ? i.e....
Tristan Savatier
tristan@...
Aug 30, 1998 11:32 pm
10713
This is a relatively down-to-earth analysis of what's going to happen with HDTV and digital TV in the US, with a couple of interesting tidbits (e.g. color TV...
Philipp Hoschka
ph@...
Sep 10, 1998 7:38 pm
10714
It seems that WebTV may be the first commercial browser to have implemented the draft referenced below. At this point I haven't tested it, but according to: ...
James Salsman
james@...
Sep 14, 1998 4:50 am
10715
Hi, Can anyone tell me what is the maximum length of the Query String and what does this limit depend on? Thanx. Boris Georgiev...
Boris Georgiev
bge@...
Sep 14, 1998 8:07 pm
10716
The limit used to be 256 chars and was dependant on the browser (and also the server). These days I believe many browsers and servers deal with 8k or even...
Derek Harding
derek@...
Sep 14, 1998 8:52 pm
10717
hi ive written a proxy server(a small one being an beginner) which is in position as shown below. [browser] --------> [My ProxyServer] ------------> OurOffice ...