View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Mike[_49_] Mike[_49_] is offline
external usenet poster
 
Posts: 19
Default Browsing to URL and reading contents

On Tue, 18 Nov 2003 at 16:00:49, Jake Marx (Jake Marx
) wrote:
You can use the MSXMLHTTP object:

Sub test()
Dim xml As XMLHTTP40

Set xml = New XMLHTTP40

xml.Open "POST", "http://www.chambersharrap.co.uk/" & _
"chambers/wwizards/wwizards.py/main"
xml.setRequestHeader "Content-Type",
"application/x-www-form-urlencoded"
xml.send "sword=test"
Debug.Print xml.responseText
Set xml = Nothing
End Sub

How would I do it for this one - used the same theory, but responseText
does not reflect the "yes!" or "not a word" (even when I do wait for a
ready status)


<http://www.mattelscrabble.com/cgi-bi...d.pl?action=ac
tion&word=anticonvulsive
--
Mike
Please post replies to newsgroup to benefit others
Replace dead spam with ntl world to reply by email