| http://www.w3.org/ns/prov#value | - However it seems to hate javascript!Here is an example of a failed attempt on my part to use javascript in the html widget:<div id='hello'></div><script type='text/javascript'>function test(){ document.getElementById('hello').innerHTML='hello';}</script>test();
|