Hi Vitaly -
Thanks for your response, I am still having the same issue, the funny thing about this, when I use:
response.Write(request.QueryString)
the entire querystring is written to the screen
URL=/mybold/index.asp?cuID=X0999&coID=29989
when I break out the seperate parameters, only the first parameter value thats loaded in the Iframe is retrieved, the second one is being ignored.
response.Write(Request.QueryString("coID"))
response.Write(Request.QueryString("cuID"))
Im stumped!