From RuneGlory
Jump to: navigation, search
Line 267: Line 267:
  
 
</body>
 
</body>
 +
</html>
 +
 +
 +
 +
 +
 +
<html>
 +
 +
<body>
 +
<form id="example" name="example">
 +
 +
    <select id="voltage" onchange="updateText('voltage')">
 +
        <option value="this would be data">gmt -5</option>
 +
        <option value="240V">240V</option>
 +
    </select>
 +
 +
    <br />
 +
    <input type="text" value="" id="voltageText" />
 +
</form>
 +
 +
<script type="text/javascript">
 +
 +
function updateText(type) {
 +
var id = type+'Text';
 +
document.getElementById(id).value = document.getElementById(type).value;
 +
}
 +
</script>
 +
</body>
 +
 
</html>
 
</html>

Revision as of 19:30, 20 May 2018




HTML for Time Zone dropdown/select


Event Promotions

Select your timezone to see which hour an event will appear