Hi

Does anyone know of a workaround the folowing code crashes pocket ie

<body>
<span id=pg><a href="javascript:test()">testit</a></span>
</body>
<script>
function test(){
pg.innerHTML='fred'
}
</script>

I can use a button but would rather use a link to save space.

Thanks,
Stephen