> I get the following output: > > Web Server Error Report:<HR> > <H1>Server Error: 501 Not Implemented</H1> > <P><HR><H2>No RPM for this combination of URL and > method</H2><P><P><HR><H1>/doc/fwbsd.htm</H1><P> > > I assume you'll be able to pick up what I'm trying to do. Anyone know > why it does'nt work? Manually typing the request into the browser URL > (separated with '?') works fine. > > Thanks, > Asfand Yar I think you need to use a GET rather than a POST. The 501 is saying that you can't POST to a .htm URL.