Re: Click in page directly send to server? - WeOnlyDo Discussion board

Re: Click in page directly send to server? (General questions)

by wodDamir, Thursday, November 19, 2009, 11:35 (5271 days ago) @ dirk

Hi Dirk,

Yes, that's possible. However, you will need to use some scripting language (i.e. JavaScript) in order to handle clicks on page controls which will initiate Post (and page refresh), since server isn't aware of changes until user posts a request.

Once clicked on CheckBox, you initiate POST, process user's request and send back the appropriate (changed) web page where specified checkbox is actually checked.

Hope this helps.

Regards,
Damba


Complete thread: