View Single Post
Old 12-14-2012, 07:04 AM   PM User | #9
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
that might look like this:
Code:
<cfloop from="1" to="10" index="i">
	<script>
		(function (req) {
                     // all ajax code here..
                }) (new XMLHttpRequest());
	</script>
</cfloop>
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
AndrewGSW is offline   Reply With Quote