[web2py] Re: dealing with extra clicks on a link

2010-10-19 Thread meland
Hi Alex, Thanks for your suggestions. I was hoping to make this app work without resorting to client-side code mostly because I'm already behind schedule and getting up to speed with even simple jQuery will take time. But if I'm not able to resolve the current issue with web2py/Python on the ser

[web2py] Re: dealing with extra clicks on a link

2010-10-15 Thread Alex
Hello, I was going to do something similar with some 2 players games (which I have yet to implement), but was planning on doing the polling on the client-side with Javascript and AJAX. There is a function in Javascript: window.setTimeout(jsFunctionToRun, timeToRunInMilliseconds); That can be