Difference between revisions of "Wave Test"

From Wiki**3

(Replacing page with '<!-- nothing to see here -->')
 
Line 1: Line 1:
<php>
+
<!-- nothing to see here -->
print "<head><script src='http://wave-api.appspot.com/public/embed.js' type='text/javascript'></script>
 
    <script type='text/javascript'>
 
    function initialize() {
 
      var wavePanel = new WavePanel('http://wave.google.com/a/wavesandbox.com/');
 
      wavePanel.loadWave('wavesandbox.com!w+BY6UW8ExvA');
 
      wavePanel.init(document.getElementById('waveframe'));
 
    }
 
</script></head>
 
<body onload='initialize()'>
 
    <div id='waveframe' style='width: 500px; height: 100%'></div>
 
  </body>";
 
</php>
 

Latest revision as of 21:08, 21 December 2009