NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Djordje Radovanovic on February 03, 2014, 04:35:36 PM

Title: Call WebForm as popup from html button
Post by: Djordje Radovanovic 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
Title: Re: Call WebForm as popup from html button
Post by: Bruce 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
Title: Re: Call WebForm as popup from html button
Post by: Djordje Radovanovic 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

Title: Re: Call WebForm as popup from html button
Post by: Bruce on February 04, 2014, 08:32:39 PM
a form can be embedded in the header using;

<!-- Net:NameOfForm -->

Cheers
Bruce
Title: Re: Call WebForm as popup from html button
Post by: Djordje Radovanovic on February 05, 2014, 01:02:09 AM
As I said, I am too complicated.  ;D

Thanks Bruce.