PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Browser/Servercode
Browser/Servercode
Iniciado por LK, 09,jun. 2011 13:32 - 2 respuestas
Publicado el 09,junio 2011 - 13:32
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.
Publicado el 14,junio 2011 - 16:02
use hidden field to pass value
Publicado el 16,junio 2011 - 09:05
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