textarea>
Function movepoint ()
{
Var RNG = Box.createTextRange ();
RNG.COLLLAPSE (FALSE);
RNG.Movend ("Character", - 1);
RNG.select ();
}
script>