Hi,
Could someone tell me what's wrong with this code?

<html>
<head>
  <title>search waves</title>
  <script src="http://wave-api.appspot.com/public/embed.js";></script>
  <script>
  function initialize() {
    var wavePanel = new WavePanel('http://wave.google.com/wave/');
    wavePanel.loadSearch('in:inbox');
    wavePanel.init(document.getElementById('waveframe'));
  }
  </script>
</head>
<body onload="initialize()">
  <div id="waveframe" style="width:300px; height:300px;"></div>
</body>
</html>

Though the search toolbar is shown, no digest is listed in the panel.

Thanks in advance,

ANDO Yasushi
-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.


Reply via email to