NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on June 14, 2013, 05:02:17 AM

Title: Link on form to show popup window
Post by: olu on June 14, 2013, 05:02:17 AM
Hi
Is it possible to have a memory form with a variable been display as a html on the form but then I want to hand code a link on the displayed html so that when click it brings up a popup form. Is this possible?
Title: Re: Link on form to show popup window
Post by: Bruce on June 14, 2013, 05:38:06 AM
It's difficult to hand-code links that open a popup, unless you know how to write JavaScript code.

Popups are not "something new" - They are merely making something that is hidden be unhidden. So there is a lot of work to get them onto the page and so on that has to happen long before the link can be clicked.

cheers
Bruce