-
Page returned from form
I don't think the subject makes much sense :p but this is what I need to know:
In the web page at www.m-w.com there's a place to look up for words in the Collegiate Dictionary. Given a word, I need to know what's the returned web page when I press the "Look it up" button, so I can download the page.
If someone could explain me how I can generaly know the returned url in these kind of forms, I would apreciate very much. :)
-
you will be downloading a cgi script. how do you plan on getting the page? if you do I think you minght miss the database it runs on.
m-w.com/cgi-bin/dictionary
that was hard. it seems that their server is set to load cgi as default that's why you don't see the extension.
-
This question was already answered successfully in the VB General Questions. Thanks anyway. :)