var locate = window.location
document.joe.burns.value = locate
var text = document.joe.burns.value
function delineate(str)
{
theleft = str.indexOf(“=”) + 1;
theright = str.lastIndexOf(“&”);
return(str.substring(theleft, theright));
}
var locate = window.location
document.joe.burns.value = locate
var text = document.joe.burns.value
function delineate(str)
{
theleft = str.indexOf(“=”) + 1;
theright = str.lastIndexOf(“&”);
return(str.substring(theleft, theright));
}