<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Hello Wave" width="400" height = "400">
	<Require feature="wave" />
</ModulePrefs>
<Content type="html">
	<![CDATA[
	<script type = "text/javascript" src = "http://www.comp.nus.edu.sg/~haocong/abc.js" >
	</script>	
	<input type = text value = "id" id = "txt" />
	<input type = button value = "show" onClick = "showId()" />
	]]>
</Content>
</Module>

