url = setParam(url,"prop.encoding","iso-8859-1");
url = setParam(url,"param.CICURI",CICURI);
document.write(
- '<a target="metadata" href="' + url + '">View its metadata and dependencies</a>'
+ '<a target="_blank" href="' + url + '">View its metadata and dependencies</a>'
);
</script>
</td>
var CICURI = dropBodySuffix(extractParam(url,'param.CICURI'));
url = proofcheckerURL + "proofCheck?uri=" + CICURI;
document.write(
- '<a target="proofChecker" href="' + url + '">Proof-check it</a>'
+ '<a target="_blank" href="' + url + '">Proof-check it</a>'
);
</script>
</td>