I may not have been very clear before, or nobody wants to tackle this one.
The url would not be hard-coded, it would be embedded within a webpage. Something like <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.somedomain.com/data/fader.php3?r=asp&r=cop&r=ste">.
So when that web page is loaded, the fader.php3 script would be accessed, with the r values as variables I need in the script.
The variables are already being passed to the page, but I need to access the array that they [should] exist in. I think. The bottom line is I need to access the list of r values.
Thank you.