Rodrigo: > Hello guys! I want to build a program that that could run on the client-side ( > IE, Netscape, Opera, etc.), get the web page retrived by the server and do > some adjustments to it, let's say, add some footnotes or summarizing the text. > Can I make that using REBOL?
Yes. You need to insert your script as a proxy between the client and the webserver. Then you can do what you like to the incoming html stream. For inspiration: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?color=yes&script=prox y.r Sunanda. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
