Difference between revisions of "Wave Test"

From Wiki**3

(New page: <php> print " <script src='http://wave-api.appspot.com/public/embed.js' type='text/javascript'></script> <script type='text/javascript'> function initialize() { var wavePanel...)
 
Line 1: Line 1:
 
<php>
 
<php>
print "
+
print "<script src='http://wave-api.appspot.com/public/embed.js' type='text/javascript'></script>
<script src='http://wave-api.appspot.com/public/embed.js' type='text/javascript'></script>
 
 
     <script type='text/javascript'>
 
     <script type='text/javascript'>
 
     function initialize() {
 
     function initialize() {

Revision as of 20:56, 21 December 2009

<php> print "<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+waveID');
     wavePanel.init(document.getElementById('waveframe'));
   }

</script>";

</php>