<br>&nbsp;&nbsp;&nbsp;&nbsp;Nope; you're just going to assign the request object to the variable that you sent in as the name parameter.&nbsp; I'm not sure if this is by ref or by value; it probably depends on the object type.&nbsp;<br><br>Peter<br><br><font face="Tahoma, Arial, Sans-Serif" size=2><b><br>From</b>: "Murphy, Matt" <a href="mailto:Matt.Murphy@thermofisher.com">Matt.Murphy@thermofisher.com</a><br></font><br><br>Ok, so here's what I thought up: <br><br>Function ajaxmename(url, name) {<br><br>name = new XMLHttpRequest();<br><br>...<br>}<br><br>That's probably not going to work, is it? All my xhr objects are going<br>to be called literally "name", correct? <br><br>This is where variable variables help. <br><br>Matt