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

Reply via email to