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

[REBOL] embed rebol in html

From: louisaturk::coxinet::net at: 21-Aug-2002 10:59

Is it possible to use rebol in the place of javascript? Something like: <html> <body> <script language="rebol">forever [print now/time]</script> </body> </html> Louis