lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV problem filling out textarea of a form


From: Klaus Weide
Subject: Re: LYNX-DEV problem filling out textarea of a form
Date: Sat, 4 Oct 1997 03:17:19 -0500 (CDT)

On Sat, 4 Oct 1997, Nelson Henry Eric wrote:

> For some reason I can't seem to get Lynx to let me fill out the textarea
> "body" of the appended form, although I can fill out the inputs "subject"
> and "keyword".  Normally I would expect to get 20 lines to fill out, but
> instead the page looks like the print-out appended at the bottom, and
> pressing [TAB] skips over the textarea part.  What's wrong?  Sad to say
> that I had no problems with MSIE in filling out the form or posting it.

Did you follow the BAD_HTML_USE_TRACE advice?
I assume not, otherwise you wouldn't ask "What's wrong?"...
See also the top of CHANGES.new about that.

Having the <FORM> start tag before the <HEAD> is pretty sick...
Another thing to tweak the SortaSGML parsing for, I guess.
Meanwhile, try the TagSoup parsing mode (^V).

While you are experimenting with forms, you can try some testing:
change the FORM start to <FORM ACTION="mailto:address@hidden";
ENCTYPE="multipart/form-data">, and see whether the mail you'll receive is
readable...

    Klaus

> source of problem form:
> 
> <!-- X-URL: http://www.iosnet.ne.jp/say/pc/98 -->
> <BASE HREF="http://www.iosnet.ne.jp/say/pc/98";>
> <HTML>
> <FORM METHOD="POST" ACTION="/say/pc/98">
> <HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=x-euc-jp">
> <TITLE>post page -pc/98-</TITLE></HEAD>
> <BODY bgcolor=#efefff>
> <h2>PC-9800 $B!u(J EPSON$B!J(J98$B8_495!!K(J $B$X$NEj9F(J</h2>
> $BI8Bj(J: <INPUT TYPE="text" NAME="subject" SIZE = 40>
> <BR>$B%-!<%o!<%I(J: <INPUT TYPE="text" NAME="keyword" SIZE = 40>
> <p>
> $BK\J8(J: <br>
> <TEXTAREA NAME="body" ROWS=20 COLS=76>
> </TEXTAREA>
> <HR>
> <p>
> <INPUT TYPE="submit" VALUE="$BAw?.(J">
> <INPUT TYPE="reset" VALUE="$BCf;_(J">
> </FORM>
> </HTML>
> 
> what the screen looks like:
>                                                               post page 
> -pc/98-
> 
> PC-9800 $B!u(J EPSON$B!J(J98$B8_495!!K(J $B$X$NEj9F(J
> 
>    $BI8Bj(J: ________________________________________
>    $B%-!<%o!<%I(J: ________________________________________
> 
>    $BK\J8(J:
>      _________________________________________________________________
> 
>    $BAw?.(J $BCf;_(J
> 
> ;
> ; To UNSUBSCRIBE:  Send a mail message to address@hidden
> ;                  with "unsubscribe lynx-dev" (without the
> ;                  quotation marks) on a line by itself.
> ;
> 



;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]