NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on February 10, 2014, 04:35:02 AM
-
Hi please can anyone help, i have a button that i have added to a form, is there a way to make this button perform a function and after done calls up the normal save button for the form without me having to press the save button to save and close form.
-
Please any help on this anyone?, Bruce!
-
it's doable, but its a bit ugly. I'll see if I can add JavaScript support for this to NT8.
cheers
Bruce
-
I've added it to build 7.35.
in your server-side-code you add
p_web.Script('$("#' & clip(loc:formname) & '").ntform("clickSave");' & p_web.CRLF)
cheers
Bruce