[Gambas-user] gb.web

Mike Crean mike.crean at y7mail.com
Sun May 19 12:45:22 CEST 2019



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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190519/5288debe/attachment.html>


More information about the User mailing list