Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: HTTP-Post Error

From: mattymattkim:h:otmail at: 28-Oct-2002 9:02

Great, that worked! 2 questions: 1) How do I check the returned page (after posting), to ensure there are no errors. 2) Now, I'm trying to apply this to another website, but it seems to send the post using Java. There's no URL to post it to. How do I solve this problem? I think this is the code to post the data: <a href="JavaScript: document.forms[0].submit();"> Cheers, Matt
>From: "Graham Chiu" <[gchiu--compkarori--co--nz]> >Reply-To: [rebol-list--rebol--com] >To: [rebol-list--rebol--com] >Subject: [REBOL] Re: HTTP-Post Error >Date: Mon, 28 Oct 2002 20:47:03 +1300 > >On Sun, 27 Oct 2002 23:53:55 -0500 > "Matthew Kim" <[mattymattkim--hotmail--com]> wrote: > >>post_data: "data1=value&data2=value2" >> >>read/custom URL[ >> post post_data >>] > >That's because 'post_data is inside the block, and not yet evaluated. > >You can also try > >read/custom URL reduce [ 'POST post_data ] > >-- >Graham Chiu >-- >To unsubscribe from this list, please send an email to >[rebol-request--rebol--com] with "unsubscribe" in the subject, without the >quotes.
Matt Kim If everything is under control, you are going too slow -Mario Andretti _________________________________________________________________ Get a speedy connection with MSN Broadband.  Join now! http://resourcecenter.msn.com/access/plans/freeactivation.asp