我正在编写一个与谷歌日历一起使用的简单小工具。我正在使用 iGoogle 进行测试。但是,无论我做什么,我似乎都无法运行 javascript。谁能指出我正确的方向?提前致谢
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="hello world example" />
<Content type="html"><![CDATA[ <div style="text-align:center"><a
id="Riggs" title="My Photo Album" target="_blank"
href="http://picasaweb.google.com/doc.examples/ShelfBoy">
<img border="0" alt="Photo" src="http://doc.examples.googlepages.com/Riggsie-OP.jpg"
title="Click Here."></a>
</div>
<script type="text/javascript">
alert('hi');
</script>
]]></Content>
</Module>