[Gambas-user] gb.web
Brought to you by:
gambas
|
From: Mike C. <mik...@y7...> - 2019-05-19 07:11:22
|
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 |