From RuneGlory
Jump to: navigation, search
Line 203: Line 203:
 
   <input type="submit">
 
   <input type="submit">
 
</form>
 
</form>
<p id="demo"></p>
+
 
 +
<p id="Hawaii"></p>
 +
 
 
<script>
 
<script>
function myFunction() {
+
document.getElementById("Hawaii").innerHTML = "this would be table";
    var x = document.getElementById("Hawaii").value;
+
</script>  
    document.getElementById("demo").innerHTML = x;
 
}
 
</script>
 
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 03:15, 20 May 2018



HTML for Time Zone dropdown/select


Event Promotions

Select your timezone to see which hour an event will appear

this would be table