NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on September 08, 2026, 12:38:58 AM

Title: External Website Redirect
Post by: rupertvz 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.