Display message in a scrollable list.

L

Les

I have a variable which contains the return from an .ASP page after
transmitting bulk text messages to specific staff.

The return can be to long for a normal message box.

What I need to do is display it in a scrollable list (like a query result)
so the user can view all the responces and save if they want.

My variable contains the text in the following format.

Name:David:Number:013323233:Name:Fred:Number:Message 1 sent
successfully.<br>Message 2 sent successfully,<br>

Any ideas please.

Les
 
Top