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

[REBOL] Re: Can REBOL change HTML of a web page?

From: SunandaDH:aol at: 29-Mar-2005 14:10

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.