xxxxxxxxxx
<html>
<head>
<title>search test</title>
<script>
window.onload = function() {
document.getElementById('search').innerHTML = document.location.search;
};
</script>
</head>
<body>
<h1 id='search'></h1>
</body>
<html>