NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on February 05, 2014, 03:46:07 AM

Title: Possible causes of 'Button' not working
Post by: JohanR on February 05, 2014, 03:46:07 AM

Hi,

What could possibly be the problem of a button not executing the server side code?
The button is disabled and then nothing happens.

I have checked, it's not a submit type or anything else, def just a 'plain' button
Not quite sure what to check for in the html or the console.


A similar button on another page works 100%

thanks for any direction.

Johan


Title: Re: Possible causes of 'Button' not working
Post by: Bruce on February 05, 2014, 07:53:46 AM
no idea. could be anything I guess. An example would be needed to properly assess it.
Title: Re: Possible causes of 'Button' not working
Post by: Stu on October 21, 2014, 03:48:12 AM
This might not be relevent, but I've found:

* Form -> Memory Form (with "Generate <FORM> tag" ticked OFF) -> Custom button that sends a debug() in the server-side code.

The code does not get run, and there is no movement in firebug console.

The <FORM> is needed (or there's some awesomer reason that Bruce can tell us all about, heh).
Title: Re: Possible causes of 'Button' not working
Post by: kevin plummer on October 21, 2014, 05:45:20 PM
I would stick a debug point at the start and end of your block of server side code to eliminate if that is causing the problem.