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

[REBOL] Re: rebol browser

From: brett::codeconscious::com at: 2-Sep-2003 8:31

*Out of range or past end I would guess means your program has gone past the tail of a series
> but the *page: box ends up becoming a type? string > when I click some HTML page links: > > page: {Connection: Keep-Alive > Date: Fri, 29 Aug 2003 22:21:07 GMT
... At the beginning of this example of page, there are page headers before the file data begins. These headers are part of the HTTP protocol and are added by the webserver before it transmits the file (page) your program requests.
> Any ideas why this happens?
Perhaps the code you are using to interpret the webpage assumes that you are giving it only html/xhtml and not page headers. Brett.