The following works from the console but will not send output from a script
to the browser. It will print the entire contents of the page in the console
as expected, but the browser just sits thinking as if in a loop. Any ideas?
-Ryan
#!rebol -cs
REBOL []
print "Content-Type: text/html^/"
comments-reference: 20000715121834
return-to-display: reform ["next-page: read" rejoin [{http://
www.beosjournal.com/cgi-bin/displaycomments.cgi?comments-reference=} comments
-reference]]
do return-to-display
print next-page
- [REBOL] word: read url -- print word Re: norsepower
