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

[REBOL] pass variables using #exec cgi

From: norsepower:uswest at: 7-Feb-2001 16:09

How can I immediately execute a rebol .cgi file when the user browses to the index.html file? For example, the following doesn't seem to work... <!--#exec cgi="cgi-bin/display-messages.cgi?messageType=news&messageID=none"- -> putting test.domain.com/cgi-bin/display-messages.cgi?messageType=news& messageID=none in the address bar of the browser works fine, but I can't seem to pass variables using the #exec server-side include command. Anyone? -Ryan