NetTalk Central

Author Topic: url to open form as popup  (Read 2593 times)

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
url to open form as popup
« on: July 26, 2012, 01:42:59 AM »
Hello please can anyone help i need to open A form in edit mode as a popup form without the browse. whAt do i hAve to do to the url to mAke this happen . this is my url for now:
Code: [Select]
http://localhost:88/UpdateCalendarAppointment?APT:Id=1&Change_btn=Change

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: url to open form as popup
« Reply #1 on: July 26, 2012, 02:22:15 AM »
you can do it off a menu (open as popup) but you can't do it "by hand" or from a netwebpage etc.

So your URL as listed will appear as a page, not as a popup.

this is because the whole notion of a "popup" is a complex one. It's not really "popping up", it's unhiding something that was always there, and then populating it with whatever it should contain.

It's a lot of work under the hood to make all this work - and it's not something that can easily be done with hand-code.

Cheers
Bruce