I think this can be done with text ranges but I find myself confused.
For example. Let's just say we wanted to parse this text and replace all the ASCII smilies with images.
Step 1: Find the smiley
// can we use the brower's document search? :-/
Step 2: Select the smiley
// make a text range, right?
Step 3: Replace with image
// paste HTML in text range, right?
Step 5: Loop
// uh oh. how will it know when to stop looping? maybe it needs seperate loops for each smiley?
If nobody here knows, I'm going to be upset!
For example. Let's just say we wanted to parse this text and replace all the ASCII smilies with images.
Step 1: Find the smiley
// can we use the brower's document search? :-/
Step 2: Select the smiley
// make a text range, right?

Step 3: Replace with image
// paste HTML in text range, right?

Step 5: Loop
// uh oh. how will it know when to stop looping? maybe it needs seperate loops for each smiley?
If nobody here knows, I'm going to be upset!
