<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;html&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;head&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> &lt;title&gt;Tester&lt;/title&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;script&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">function sf()</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">{</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> document.forms.thetext.ci_mytext.focus();</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> document.forms.thetext.ci_mytext.scrollTop=1000;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> document.forms.thetext.ci_mytext.scrollLeft=1000;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">}</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;/script&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;/head&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;body onload="sf();"&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;form action="test.html" name="thetext" method=post&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> &lt;input type="text" name="ci_mytext" value="This doesn't sound like a problem.  Since the text will be a fixed size, you'll determine that size."&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;/form&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;/body&gt;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">&lt;/html&gt;</DIV><BR><DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>This gets it close. If you run this and type a key you will see the cursor is at the end. It places the cursor at the end but doesn't scroll for me until I hit a key (both in FF and Safari). Maybe someone could come up with a way to make this work. It gets close.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If anyone can get it working I am very interested in this as I have a similar need for this functionality.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Terry</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>On Jan 30, 2007, at 3:54 PM, Nico Ferretti wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Hi!<BR><BR>I have a page with a lot of INPUT TEXT elements, already filled with URL's (so they have long strings within them).<BR><BR>The problem is that I want to show the end of the string, not the beginning when the page loads. <BR><BR>For example:<BR><BR>----------------------<BR>|<A href="https://lists.lat">https://lists.lat</A>|    <BR>----------------------<BR><BR>(the end would be <A href="http://ech.edu//pipermail/javascript/2007-January/thread.html">ech.edu//pipermail/javascript/2007-January/thread.html </A>)<BR><BR>I want to show<BR><BR>----------------------<BR> |ry/thread.html|    <BR> ----------------------<BR><BR>Thanks in advance,<BR><BR>Nico.-<BR><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Javascript mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</A></DIV> </BLOCKQUOTE></DIV><BR></BODY></HTML>