Hi list...

I'm hoping a particular widget exists in the MUI xtra:  a scrolling list
with a fixed height (not dropdown), where you can select multiple items.
If it's not in the xtra, would anyone have any suggestions for a decent
substitute?

Below is what I'm talking about in HTML.

Thanks, as always,
Michael M.
_______________________________________________

<html>
<head>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="">
  <select name="select" size="3" multiple>
    <option value="a">hello</option>
    <option value="s">goodbye</option>
    <option value="d">beatles</option>
    <option value="f">garbage</option>
    <option value="g">boston</option>
    <option value="e">zoinks</option>
  </select>
</form>
</body>
</html>

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to