PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Browser/Servercode
Browser/Servercode
Started by LK, Jun., 09 2011 1:32 PM - 2 replies
Posted on June, 09 2011 - 1:32 PM
Is it possible to pass a variable from the browser code to servercode or call a server procedure from browsercode ?

Any hint would be very appreciated.
Posted on June, 14 2011 - 4:02 PM
use hidden field to pass value
Posted on June, 16 2011 - 9:05 AM
Use a global variable defined in the window or the project. And remember, the browser code is going to be called before the server code.

HTH
Sebastian