Hm I think I know what you are doing. Are you trying to pass the variables to
http://db.uwaterloo.ca/OED/search/oed-local/lookup.cgi by attaching the parameters to it? That wouldn't work. The script expects the variables in a _POST array, not _GET (as it is the case when you add parameters to the url).