Just copy and paste the following code into a new html/java gadget to allow pupils to access their DiDA E-Portfolio's directly from your/their Blogs!
<script type="text/javascript"><!--
function gohere() {
var url="http://dida.wildern.org/";
var addon=document.getElementById('AddMe').value;
//getURL ( );
window.open( url+addon+"/", '_blank' );
}
//--></script>
<div>
<form action="javascript:gohere();" class="tahoma" id="form">
<input type="text" id="AddMe" format="a" maxlength="20" size="20" />
<input type="submit" class="tahoma" value="Go" />
</form>
</div>