lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Assistance sought in understanding hidden links


From: Larry W. Virden
Subject: Re: lynx-dev Assistance sought in understanding hidden links
Date: Thu, 11 Feb 1999 21:59:28 -0500 (EST)

Thanks for the pointer in follow_help - I am embarassed in admitting that
while I looked at the source, I missed looking in the help.  I probably
would have figured the questionout if I had looked there first...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Test lynx textarea handling </TITLE>
</HEAD>
<BODY>

<A HREF="http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.7";>HTML 4 DTD 
info for textarea</A>
<code>
<!ELEMENT TEXTAREA - - (#PCDATA)       -- multi-line text field -->
<!ATTLIST TEXTAREA
  %attrs;                              -- %coreattrs, %i18n, %events --
  name        CDATA          #IMPLIED
  rows        NUMBER         #REQUIRED
  cols        NUMBER         #REQUIRED
  disabled    (disabled)     #IMPLIED  -- unavailable in this context --
  readonly    (readonly)     #IMPLIED
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
  onselect    %Script;       #IMPLIED  -- some text was selected --
  onchange    %Script;       #IMPLIED  -- the element value was changed --
  %reserved;                           -- reserved for possible future use --
  >
</code>

<FORM action="http://somesite.com/prog/text-read"; method="post">
<P>

<textarea name="testdisabled" rows=5 cols=30 disabled>
testdisabled
This is going to be text longer than 30 columns to show what happens to it.
</textarea>

<textarea name="testreadonly" rows=5 cols=30 readonly>
testreadonly
This is going to be text longer than 30 columns to show what happens to it.
</textarea>

<textarea name="testtabindex" rows=5 cols=30 tabindex=1>
testtabindex
This is going to be text longer than 30 columns to show what happens to it.
</textarea>

<textarea name="testaccesskey" rows=5 cols=30 accesskey="A">
testaccesskey
This is going to be text longer than 30 columns to show what happens to it.
</textarea>

<textarea name="testnowrap" rows=5 cols=30 wrap="none">
testnowrap
This is going to be text longer than 30 columns to show what happens to it.
</textarea>

<textarea name="testsoftwrap" rows=5 cols=30 wrap="soft">
testsoftwrap 
This is going to be text longer than 30 columns to show what happens to it.
</textarea>

<textarea name="testhardwrap" rows=5 cols=30 wrap="hard">
testhardwrap
This is going to be text longer than 30 columns to show what happens to it.
</textarea>
<br>
   <INPUT type="submit" value="Send"><INPUT type="reset">
</FORM>
<A HREF="http://lynx.browsers.org/";></A>

<IMG SRC="http://www.dejanews.com/gifs/dnbanner2small.gif"; ALT="">

</BODY>
</HTML>
-- 
Larry W. Virden                 <URL: mailto:address@hidden>
<URL: http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

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