[Gambas-user] gb.web
Mayost Sharon
sharon at 455.co.il
Mon May 20 08:34:33 CEST 2019
<%
''How Do I put user and password into HtmlInput.
Print Request["text1"]
Print Request["text2"]
%>
---------- Original Message -----------
From: Mike Crean via User <user at lists.gambas-basic.org>
To: "user at lists.gambas-basic.org" <user at lists.gambas-basic.org>
Cc: Mike Crean <mike.crean at y7mail.com>
Sent: Mon, 20 May 2019 03:23:07 +0000 (UTC)
Subject: [Gambas-user] gb.web
> Hi all, How do I copy HTML inputs to a gambas variable.
> <%Dim HtmlInput As String%>
> <!DOCTYPE html><html> <title>Login</title> <body> <form name="MY
> Form"action="Login"> userid<input type="text" name="text1"> <br>
> password<input typy=" password" name="text2"> <br> <input
> type="submit"name="button1"value="login"> </form> </body></html> <%!Arg
> ''??? %> <%''How Do I put user and password into HtmlInput.%> RegardsMike
------- End of Original Message -------
More information about the User
mailing list