I have a  problem ,I am trying to add twitter js to my GWT site
using HTMLPanel widget ,I am trying to add the divs and javascript to
the HTMLPanel.
It works on Firefox but not on IE or chrome.I think IE and chrome does
not take the script tag or it does not call the javascript (may be for
security reasons I don't know why ).Please suggest  a better way to do
this .I have pasted below the html content i am trying to add to
HTMLPanel

<div id="twitter_div">
<h2 class="sidebar-title">Twitter Updates</h2>
<ul id="twitter_update_list"></ul>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/
blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/
user_timeline/xyz.json?callback=twitterCallback2&amp;count=5"></
script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to