<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
   <script type="text/javascript" src="js/hacks_2_4.js"></script>
   <link rel="stylesheet" type="text/css" href="/css/hacks.css" />
   <title>Zmiana listy select</title>
</head>
<body>
<h3>Tworzenie lub zmiana listy select</h3>
<form action="javascript:void%200" >
<table border="0">
      <tr><td>Prosz wybra jeden lub wicej stanw: </td><td> 
      <select name="_state" multiple="multiple" size="4">
         <option value="al">Alabama</option>
         <!-wicej elementw option...-->
      </select></td></tr>
      <tr><td><span id="select_info" class="message">
      Serwer informuje, e zostay wybrane 
      nastpujce skrcone nazwy stanw:
      </span>
      <tr><td>Prosz wybra zawarto listy:</td><td>Kraje europejskie: 
      <input type=
      "radio" name="countryType" id="euro" value=
      "euro" /> Kraje poudniowoamerykaskie: 
      <input type="radio" name=
      "countryType" id="southam" value="southam" /></td></tr>
      <tr><td><div id="newsel"></div></td></tr>
   </table>
</form>
</body>
</html>
