[REBOL] Re: how do you read a pdf file?
From: chalz:earthlink at: 29-Oct-2002 23:19
> That is of course dependant on my memory but I believe it said that.
> So thanks for emailing just as I was gonna head home, and causing me to
> get lost inside Rebol for another 20 minutes or so :)
:) Glad to be of service! Hehe. Not that I actually DID anything..
> By the by if I do the following:
>
> Read http://
>
> I get
>
> <html>
> <head>
> <script language="JavaScript">
> var thisUrl=document.URL.toString();
> document.write('<meta http-equiv="refresh" content="0;
> url=Redirect.asp?url=' + thisUrl + '">');
> </script>
> </head>
> </html>
>
> this is not my homepage or anything, I suppose it must be a resource
> file from some Microsoft app, anyone know which one? I swear I have seen
> that code before :)
No idea. I do that and get:
print read http://
connecting to: mail.earthlink.net
<html><head>
etcetcetc. Perhaps it's just the only server that's been specified in REBOL's
settings, so that's what it uses. *shrugs*
--Charles