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

[REBOL] Re: cheyenne and RSP

From: pwawood::gmail::com at: 14-Jan-2007 8:45

Alan If the database is on the "server", as I'm guessing, you can avoid using a new page to access a CGI by using JavaScript and the XMLHttpRequest function built-in to the browser. (This is the core of the so called Ajax). Basically, you can use JavaScript to get the data from a CGI and then fill the web form without leaving the page. If you're not familiar with Ajax, there is a tutorial at http://www.w3schools.com/ajax/default.asp Regards Peter On Sunday, January 14, 2007, at 03:11 am, Alan wrote: