[Javascript] INPUT TEXT show last characters

Mike Dougherty mdougherty at pbp.com
Wed Jan 31 08:13:02 CST 2007


have you tried css?

input { text-align: right; }

On Tue, 30 Jan 2007 17:54:51 -0300
  "Nico Ferretti" <ferrettinico at gmail.com> wrote:
> Hi!
> 
> I have a page with a lot of INPUT TEXT elements, already filled with URL's
> (so they have long strings within them).
> 
> The problem is that I want to show the end of the string, not the beginning
> when the page loads.
> 
>For example:
> 
> ----------------------
> |https://lists.lat|
> ----------------------
> 
> (the end would be ech.edu//pipermail/javascript/2007-January/thread.html)
> 
> I want to show
> 
> ----------------------
> |ry/thread.html|
> ----------------------
> 
> Thanks in advance,
> 
> Nico.-




More information about the Javascript mailing list