[Gambas-user] WebPage variables

Mayost Sharon sharon at 455.co.il
Mon Sep 18 20:05:33 CEST 2023


Hello

I'm trying to figure out how to work with a WebPage (gb.web)

I created a page with:

First name
Last Name
and a submit button

When I click the button I want to read the values from a text box of:
First name
Last Name

I do manage to get the values typed by:
Request.Post["fname"]
Request.Post["lname"]

But I can't get them to move back to the page

This resets all values

The sample is attached

Thanks for the help
-------------- next part --------------
A non-text attachment was scrubbed...
Name: w7.zip
Type: application/zip
Size: 17741 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230918/56392216/attachment-0001.zip>


More information about the User mailing list