User:Sur/Hero Comparison

Revision as of 00:05, 23 September 2024 by Sur (talk | contribs) (Created page with "<form id="inputForm"> <label for="inputValue">Enter a value:</label> <input type="text" id="inputValue" name="inputValue"> <button type="button" onclick="storeValue()">Submit</button> </form> <!-- Placeholder to display the stored value --> <p>Stored value: {{#var:storedValue}}</p>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<form id="inputForm">

   <label for="inputValue">Enter a value:</label>
   <input type="text" id="inputValue" name="inputValue">
   <button type="button" onclick="storeValue()">Submit</button>

</form>

Stored value: