Welcome to the RuneGlory Wiki, where we do our best to make your life easier!

You can use the search menu on the right side of the wiki (or at the bottom if you are on mobile) to search for the page you are looking for. The most popular pages can be found on the right side of the wiki aswell (or again at the bottom if you are on mobile).

Difference between revisions of "Dannyx Test"

From RuneGlory
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
<html>
+
<html><body>
<body>
 
 
 
 
 
 
<button type="button"
 
<button type="button"
 
onclick="document.getElementById('demo').innerHTML = Date()">
 
onclick="document.getElementById('demo').innerHTML = Date()">
 
Click me to display your current Date and Time.</button>
 
Click me to display your current Date and Time.</button>
 +
<p id="demo"></p>
 +
</body></html>
  
 +
 +
<html>
 +
<body>
 +
<button type="button" onclick="myFunction()">GMT -5</button>
 
<p id="demo"></p>
 
<p id="demo"></p>
 
+
<script>
 +
function myFunction() {
 +
    document.getElementById("demo").innerHTML = "this would be table";}
 +
</script>
 +
</body>
 +
</html>
 +
<html>
 +
<body>
 +
<button type="button" onclick="myFunction()">GMT -5</button>
 +
<p id="demo"></p>
 +
<script>
 +
function myFunction() {
 +
    document.getElementById("demo").innerHTML = "this would be gmt -5 table";
 +
}
 +
</script>
 +
</body>
 +
</html>
 +
<html>
 +
<body>
 +
<button type="button" onclick="myFunction()">GMT -5</button>
 +
<p id="demo"></p>
 +
<script>
 +
function myFunction() {
 +
    document.getElementById("demo").innerHTML = "this would be gmt -5 table";
 +
}
 +
</script>
 +
</body>
 +
</html>
 +
<html>
 +
<body>
 +
<button type="button" onclick="myFunction()">GMT -5</button>
 +
<p id="demo"></p>
 +
<script>
 +
function myFunction() {
 +
    document.getElementById("demo").innerHTML = "this would be gmt -5 table";
 +
}
 +
</script>
 +
</body>
 +
</html>
 +
<html>
 +
<body>
 +
<button type="button" onclick="myFunction()">GMT -5</button>
 +
<p id="demo"></p>
 +
<script>
 +
function myFunction() {
 +
    document.getElementById("demo").innerHTML = "this would be gmt -5 table";
 +
}
 +
</script>
 
</body>
 
</body>
 
</html>
 
</html>
 
 
 
<html>
 
<html>
 
<body>
 
<body>
 
 
 
<button type="button" onclick="myFunction()">GMT -5</button>
 
<button type="button" onclick="myFunction()">GMT -5</button>
 
 
<p id="demo"></p>
 
<p id="demo"></p>
 
 
<script>
 
<script>
 
function myFunction() {  
 
function myFunction() {  
     document.getElementById("demo").innerHTML = "{| class="wikitable" align="center" style="text-align:center"
+
     document.getElementById("demo").innerHTML = "this would be gmt -5 table";
!width="30"  |Time
 
!width="200" |Boost
 
|-
 
|
 
|Shooting Stars will now reward double points and experience for one hour!
 
|-
 
|
 
|Wilderness single zones will now reward double blood money for one hour!
 
|-
 
|
 
|Wilderness multi zones will now reward double blood money for one hour!
 
|-
 
|
 
|Skilling experience is now boosted by 25% for one hour!
 
|-
 
|
 
|Skilling point gain is now doubled for one hour!
 
|-
 
|
 
|Slayer points gain is now doubled for one hour!
 
|-
 
|}
 
";
 
 
}
 
}
 
</script>
 
</script>
 
 
</body>
 
</body>
 
</html>
 
</html>
 
  
  
Line 249: Line 268:
 
</body>
 
</body>
 
</html>
 
</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="this would also be data">gmt -4</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>
 +
 +
 +
//https://www.w3schools.com/code/tryit.asp?filename=FT2DOGRE1KSP

Latest revision as of 08:30, 7 July 2018




HTML for Time Zone dropdown/select


Event Promotions

Select your timezone to see which hour an event will appear





//https://www.w3schools.com/code/tryit.asp?filename=FT2DOGRE1KSP