|
The easiest way would be to use a linked list (similar to C++'s std::string) for the text, and alter the node pointers whenever you find a ".
As an aside, IFrames and document.write(...) are generally not the best way to go about things when creating web sites.
|