Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] INPUT TEXT show last characters
- From: paul at juniperwebcraft.com (Paul Novitski)
- Subject: [Javascript] INPUT TEXT show last characters
- Date: Wed Jan 31 12:22:59 2007
At 1/30/2007 12:54 PM, Nico Ferretti wrote: >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. How about this: insert spaces between URL nodes, something like: http://example.com/ folder1/ folder2/ page.html ?arg=val &arg=val Present the URL in a multiple-line textarea, not a single-line input field, so the URL naturally wraps around as needed within the confines of the column width. Then delete all the whitespace when you accept form input. Your task would be to ensure that the textarea was tall enough to accommodate the whole URL. I wonder if users would deal with this comfortably when they encountered it for the first time? I'm pretty sure I would Regards, Paul __________________________ Juniper Webcraft Ltd. http://juniperwebcraft.com
- References:
- [Javascript] INPUT TEXT show last characters
- From: Nico Ferretti
- [Javascript] INPUT TEXT show last characters
- Prev by Date: [Javascript] please test before posting [WAS: Re: INPUT TEXT show last characters]
- Next by Date: [Javascript] is their a javascript function, or DOMproperty to find the char limit of a table cell or div?
- Previous by thread: [Javascript] INPUT TEXT show last characters
- Next by thread: [Javascript] INPUT TEXT show last characters
- Index(es):