View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mehlin mehlin is offline
external usenet poster
 
Posts: 1
Default web query data post to ASP

I have been using a web query to post data to a cgi
script, but the website has switched to an ASP form. Can
anyone shed some light on how text data should be posted
to an active server page using an Excel web query?
Specifically, I am posting a stock symbol
to "http://www.cboe.com/DelayedQuote/QuoteTableDownload.asp
x" in order to download a file "QuoteData.dat"

Thanks in Advance