Test OpenRunner
<script type="text/javascript" src="http://www.openrunner.com/orservice/inorser-script.php?key=mykey&amp;ser=S01&amp;id=2860692&amp;w=600&amp;h=600&amp;k=1&amp;m=2&amp;ts=1359296442"></script>

Ajout de Texte Dynamique
<html>

<div id = "div1"></div>
<div id = "div2"></div>

<script type="text/javascript">
  var myDiv1 = document.getElementById("div1");
  var myDiv2 = document.getElementById("div2");
  myDiv1.appendChild(document.createTextNode("Some random text."));
  myDiv2.appendChild(document.createTextNode("More random text."));
</script>

</html>

Sample :

test/openrunner-maps.txt · Last modified: 2015/04/21 10:06 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki