This is what I have now from previous peoples efforts.
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>
function el(tid) {return document.getElementById(tid);}
function copyit(){
var b = [];
b.push(el("t1").value);
b.push(el("t2").value);
b.push(el("t3").value);
b.push(el("t4").value);
var buffer = b.join(';');
CB(buffer);
Bookmarks