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.

Reply via email to