How to Use doGet(e) Function to Start HTML Google Web App

PHOTO EMBED

Sat Feb 18 2023 16:06:47 GMT+0000 (Coordinated Universal Time)

Saved by @jasonuk #html

<!DOCTYPE html>
<html>
  <head>
    <base target="_top">
  </head>
  <body>
    <h1>Example File 3</h1>
    <form action="<?= url ?>"  method="GET" >
    <input type="text"  name="username" />
    <input type="submit" name="Submit" /><br>
    <span><?= username ?></span>
    </form>
  </body>
</html>
content_copyCOPY

https://codewithcurt.com/how-to-use-dogete-function-to-start-html-google-web-app/