Changes between Version 12 and Version 13 of SandBox


Ignore:
Timestamp:
Jan 11, 2011 4:07:21 PM (14 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v12 v13  
    5151}}}
    5252}}}
     53
     54
     55Javascript is working as well:
     56{{{#!html
     57<script type="text/javascript">
     58<!--
     59document.write(document.lastModified);
     60// -->
     61</script>
     62
     63
     64  }}}