|
Posted by Jukka K. Korpela on 09/22/07 08:44
Scripsit 0xDeadBeef:
> I'm working on an intranet app and I have an issue I can't figure
> out.
Then set up a www page that demonstrates the issue, and post the URL.
> When filling out the form all
> looks good until a long text string (100 to 200 characters) is entered
> into an input control and the form is saved.
How do you save a form in HTML? (Correct answer: You don't.)
There's a lot you haven't told us.
> Upon the redisplay, the
> input string insists on being long enough to show the entire text
> string.
Which redisplay? Since the problem seems to be in this "redisplay", which is
presumably an HTML document, you could start from saving a sample page,
dummifying any secret or sensitive data, uploading the page on a www server,
and posting the URL.
Specifically, is the input string redisplayed in an <input> element, in a
<textarea> element, or outside any form field element, e.g. in a <div> or
<td> element?
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|