--- [EMAIL PROTECTED] wrote: > Em Thursday, July 06 2000, 17:39:01, ([EMAIL PROTECTED]) > disse: > > > >parse page: read http://www.server [ some [thru "SRC=^"" here: > >(insert here "http://www.server")] to end ] > > Thanks for your answer. I tried that and it didn't seem to work, > but I'm not > even sure if i did the right thing. Here is how my script looks > like: > > REBOL [ > Title: "Page Sender" > ] > > header: make system/standard/email [ > To: [EMAIL PROTECTED] > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > Subject: "Teste do NO. via REBOL!" > Organization: "Just a Test" > X-mailer: [REBOL] > MIME-Version: 1.0 > Content-Type: "text/html" > ] > > parsepage: read http://www.no.com.br/servlets/ > newstorm.notitia.apresentacao.ServletDeSecao [ > some [ > thru "src=^"" here: (insert here "http://www.no.com.br") > ] > to end > ] > > send/header [EMAIL PROTECTED] parsepage header > > Is it correct? > > -Bruno > well, as another poster already pointed out, there's a space between 'parse and 'page aint have idea regard "newstorm.notitia..." ( my email client truncate it into different line), but 'read takes one param (just in case) and if the parse goes well (hopefully), you could send/header [EMAIL PROTECTED] page header that's it, -z __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/
