comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » SOCKET and POST forms
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
SOCKET and POST forms [message #31205] Wed, 19 June 2002 09:15
Ken Mankoff is currently offline  Ken Mankoff
Messages: 158
Registered: February 2000
Senior Member
Hi *,

Does anyone know how to use SOCKET to fill out a POST form?

GETs are easy... You just append the form data after the URL:

line = ' '
SOCKET, lun, 'www.google.com', 80, /GET
PRINTF, lun, 'GET http://www.google.com/search?q=IDL+socket+post'
WHILE ( NOT EOF( lun ) ) DO BEGIN readf, lun, line & print, line

but I cannot figure out how to POST data...
Any help appreciated.


Thanks,
Ken Mankoff
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Copying files in IDL
Next Topic: Overwriting HDF data

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 14:56:21 PDT 2025

Total time taken to generate the page: 0.00498 seconds