Go to a web page automatically

Richard Gaskin ambassador at fourthworld.com
Sun Jul 11 11:23:57 EDT 2010


Tim Selander wrote:
> Using the on-rev.com server scripting, is there a <?rev  command
> that will open a specified web page? 'launch' URL didn't seem to
> do it for me.

To send the client's browser to a different page after processing their 
request in a CGI, I have the CGI include this line:

   put  "location: http://www.domain.com/page.html"&cr&cr

Given the similarities between the CGI and RevServer engines, I would 
expect that to work in RevServer.

--
  Richard Gaskin
  Fourth World
  Rev training and consulting: http://www.fourthworld.com
  Webzine for Rev developers: http://www.revjournal.com
  revJournal blog: http://revjournal.com/blog.irv



More information about the use-livecode mailing list