JavaScript

Core JavaScript 1.5 Reference
code/1, code/2, code/3

test:javascript/code/1#Es%20ist%20jetzt

Aurea prima sata est aetas, quae vindice nullo,
sponte sua, sine lege fidem rectumque colebat.

Aurea prima sata est aetas, quae vindice nullo,
sponte sua, sine lege fidem rectumque colebat.

Preview Themes

Here is the Theme Previewer — show all existing themes:

<html>
 <head><title>simple page</title>
<style type="text/css">
@import url("http://www.wikidot.com/common--theme/base/css/style.css");
</style>
 </head>
 <body>
  <script type="text/javascript">
 
   document.write('<br>document.location.href URL: ');
   url = document.location.href;
   document.write(url);
 
   document.write('<br>document.URL: ');
   url = document.URL;
   document.write(url);
 
var params = /.*#(.*)/;
var match = params.exec(url);
document.write('<br>Parameter: ');
document.write(match[1]);
 
   document.write('<p><strong>'+match[1]);
   var now = new Date();
   document.write(now.toString()+'</strong>');
 
    </script>
    <noscript>
      <p>Your browser either does not support JavaScript, or you have JavaScript turned off.</p>
    </noscript>
  </body>
</html>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License