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

[REBOL] cheyenne and RSP

From: fergus4::bellatlantic::net at: 13-Jan-2007 14:11

I've been using Cheyenne to host a small website from home. It's great! Simple set up, no configuration for RSP, fast CGI already set up. My question is on RSP. I've got some simple functions working but some of the more complicated stuff I do not know where to look for info on. The RSP document I found is minimal. I'm trying to get a web form to fill with info from a database based on the name selected from a droplist. Sort of a phone book application with a drop list to pick the name. I do not know how to "read the selected name and insert thme into the form without exiting the page to CGI a new page. Is it possible. I've seen similar things done in Java Script. -alan