View Single Post
Old 02-22-2012, 04:00 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,498
Thanks: 18
Thanked 361 Times in 360 Posts
sunfighter is on a distinguished road
This is the line that needs to be changed
Code:
document.getElementById("get"+e).innerHTML=req.responseText;
Put a delineater mark in the returning text like ~ between the two messages.
Set a variable equal to the req.responseText; and then split the string at the ~
Use innerHTML to post both sections of the string to where you want.
sunfighter is offline   Reply With Quote