NetTalk Central

Author Topic: Call WebForm as popup from html button  (Read 1702 times)

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Call WebForm as popup from html button
« on: February 03, 2014, 04:35:36 PM »
I have button defined in a HeadingWhenLoggedIn and I would like to call procedure as popup.
Procedure works as popup from menu but I don't know how to call it from button.

Maybe some tips?

regards,

Djole

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Call WebForm as popup from html button
« Reply #1 on: February 03, 2014, 06:52:20 PM »
create a simple, small, netwebform with the button, and embed that form in the header.

cheers
Bruce

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: Call WebForm as popup from html button
« Reply #2 on: February 03, 2014, 09:56:14 PM »
Thank you Bruce for a quick response. Unfortunately I am too complicated to make a simple form :-[.
I tried to make memory form with one button but it has a lot of code that I do not know how to embed in a header.

Maybe more tips?

regards,

Djole


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Call WebForm as popup from html button
« Reply #3 on: February 04, 2014, 08:32:39 PM »
a form can be embedded in the header using;

<!-- Net:NameOfForm -->

Cheers
Bruce

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: Call WebForm as popup from html button
« Reply #4 on: February 05, 2014, 01:02:09 AM »
As I said, I am too complicated.  ;D

Thanks Bruce.