NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on July 08, 2007, 09:15:15 AM

Title: Howto - Go to a specific web page from Code
Post by: David on July 08, 2007, 09:15:15 AM
In a validate embed, I want to cause the users browser to goto a specific web page based on their input.  Can this be done, and if so, how?

Example:

If ACC:AccountClose = true
  <send browser to webpage ....>
Else
  do some other stuff
End