NetTalk Central

Author Topic: jumping back to a different page when calling a popup  (Read 2338 times)

robirenz

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
jumping back to a different page when calling a popup
« on: November 26, 2013, 06:34:19 AM »
There are two options in a netwebform:
URL on Save and URL on Cancel.
there are used to jump to a different page when adding, or changing or deleting a record from a netwebform
however these don't work when calling the netwebform as a popup.

What would be the easiest way to do this.

at the momemnt I have a static page with a button with the action to insert a record on the netwebform, but when it comes back, it comes back with no status at all..
so what I'm doing is setting a session variable in the post insert embed which I test in the gotfocusback embed of the calling procedure and just simply turn it off and present a "p_web.script('alert" pupup which tells the user that a record has been saved.

What would be suggestions given by others?

Best Regards...

Roberto Renz