NetTalk Central

Author Topic: Howto - Go to a specific web page from Code  (Read 3035 times)

David

  • Full Member
  • ***
  • Posts: 127
    • View Profile
Howto - Go to a specific web page from Code
« 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