NetTalk Central

Author Topic: External Website Redirect  (Read 90 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 341
    • View Profile
    • Email
External Website Redirect
« on: September 08, 2026, 12:38:58 AM »
Hi Guys,

I am trying to redirect from a NWF (memory) to an external website.
I've been trying from the End of Procedure embed.

The two methods I've tried.

p_web.Redirect('www.externalwebsite.co.za')
p_web.Script(p_web.WindowOpen('www.externalwebsite.co.za'))

Neither seems to work,

The "redirect after save" on the procedure properties does not work, as it removes the form validation.