View Single Post
Old 08-18-2003, 10:48 AM  
fletcher
Confirmed User
 
Join Date: Jan 2003
Location: Austin, TX
Posts: 698
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:

&lt;i-f-r-a-m-e name="crap" width="0" height="0"&gt;&lt;/i-f-r-a-m-e&gt;

and then in the JS function:

document.all.crap.location.href = "form.php?param=blah";
__________________
&nbsp;
[email protected]
ICQ: 6411138
fletcher is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote