From RuneGlory
Jump to: navigation, search
Line 166: Line 166:
 
</select>
 
</select>
 
<!-- END TIME ZONE SNIPPET -->
 
<!-- END TIME ZONE SNIPPET -->
 +
 +
<script>
 +
 +
function getSelectValue()
 +
 +
{
 +
 +
var selectedValue = document.getElementbyId("time zone").value;
 +
console.log(selectedValue);
 +
 +
 +
 +
 +
</script>
 +
 +
 +
 +
 +
 +
 +
 +
  
  

Revision as of 01:14, 20 May 2018

HTML for Time Zone dropdown/select