<script language=javascript>
var s = window.location.search; 
window.open('test.php?xx='+s)
</script>