View Single Post
Old 01-30-2009, 09:23 AM   PM User | #3
tempest4000
New Coder

 
Join Date: Feb 2005
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
tempest4000 is an unknown quantity at this point
Thank you that works. Although the code after

if (req.readyState == 4) {
if (req.status == 200) {

isnt being executed for some reason.
tempest4000 is offline   Reply With Quote