I have code that is passing a value to two different frames, here is my code:<BR><BR><script language="vbscript" id="clientEventHandlersVBS"><BR><!--<BR><BR>Sub window_onload<BR> window.fraCost.location.href=http://aspmessageboard.com/archive/index.php/"CostView.aspx?strRFQNum=7225" <BR> window.fraJob.location.href="JobView.aspx?strRFQNum=7225" <BR>End Sub<BR><BR>--><BR> </script><BR><BR>Now here is my question. What do I put in replace of 7225 were it will capture a value from the previous page and send the value to the frames. I tryed request.querystring("value") to capture the value but I get an error, what am I suppose to do.I believe I responded to a similar post from you...<BR><BR>use request.params("value") not request.querystring("value")