NetTalk Central

Author Topic: I have a PopUp Form with an AutoStart Button can I autoClose after done ?  (Read 609 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Email
I have a netwebform
with a start button
set to auto start
the url is set to autoopen the link to a '_blank' another window when complete
I want to autoclose the popup window if all went well

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: I have a PopUp Form with an AutoStart Button can I autoClose after done ?
« Reply #1 on: November 16, 2024, 08:11:44 AM »
Hi, try
p_web.Script( p_web.WindowOpen( 'YourProcedure'))
-----------
Regards
Alberto

MikeR

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Email
Hi Alberto not sure what you mean here and where I should put the code ? Will this Close the window "YourProcedure" ?