There are a couple crappy ways to do it with J a v a S c r i p t. You can build a GET query string, and do it either of these ways:
In a JS function:
var tmpImg = new Image();
img.src = "form.php?param=blah"; <--- Your query string
or:
<i-f-r-a-m-e name="crap" width="0" height="0"></i-f-r-a-m-e>
and then in the JS function:
document.all.crap.location.href = "form.php?param=blah";
|