From RuneGlory
Line 169: | Line 169: | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | |||
+ | <!DOCTYPE html> | ||
+ | <html> | ||
+ | <body> | ||
+ | |||
+ | <h2>Event Promotions</h2> | ||
+ | <p>Select your timezone to see which hour an event will appear</p> | ||
+ | |||
+ | <form action="/action_page.php"> | ||
+ | <input list="time zones" name="time zone"> | ||
+ | <datalist id="time zones"> | ||
+ | <option value="Hawaii">(GMT-10:00) Hawaii</option> | ||
+ | </datalist> | ||
+ | <input type="submit"> | ||
+ | </form> | ||
+ | |||
+ | <p id="demo"></p> | ||
+ | |||
+ | <script> | ||
+ | document.getElementById("Hawaii").innerHTML = "this would be the table"; | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:11, 20 May 2018
<!DOCTYPE html>
Event Promotions
Select your timezone to see which hour an event will appear