I tried this, but it still doesn't seem to work.  Perhaps its my lack of
familiarity with HTTP.  Could someone help me out please?  It looks
relatively simple...

Are "area" "num1" "num2" and "text" the only variables that need to be
defined?

Thanks in advance,
Matt

>  
> Error: HTTP/1.1 405 Method Not Allowed 
>  
>     tmp: http-post-form
> http://www.rogers.com/english/wireless/sendpcs.html

> reduce [
>        "area" "416"
>        "num1" "555"
>        "num2" "5555"
>        "text" "testing"
>     ]
>  
> Can someone please help?

You need to post to the CGI script at 

http://216.129.53.44:8080/cgi-bin/send_sm_rogers.new


and not to the webpage where the form resides.

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of Matthew Kim
Sent: Saturday, June 01, 2002 12:47 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] Newbie: Trouble filling a form using "http-post.r"


Hi, I'm very new at REBOL and I'm stuck!  
 
I'm trying to write code that will automatically fill out the form on
http://www.rogers.com/english/wireless/sendpcs.html, but I get this
error:
 
Error: HTTP/1.1 405 Method Not Allowed 
 
What does this mean?
 
In the http-post.r code, within the "english-to-german" function
(although I'm not using the rogers.com website to translate anything),
I've modified it to look like this.
 
    tmp: http-post-form
http://www.rogers.com/english/wireless/sendpcs.html reduce [
       "area" "416"
       "num1" "555"
       "num2" "5555"
       "text" "testing"
    ]
 
Can someone please help?
 
Thanks in advance.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to