[Gambas-user] gb.web

Mike Crean mike.crean at y7mail.com
Sat May 18 11:43:14 CEST 2019


How do pass a HTML input to a gambas string.
<%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 or 2 seperate Strings%>
RegardsMike
PS good luck Benoit


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190518/6b47cc3f/attachment.html>


More information about the User mailing list