Multiple selection form problem
Here's the html of the form:
-------------------------------------------
<html>
<head>
</head>
<body>
<br>
<center>
<table>
<tr>
<td align=center><label for="ClientName">Role specific content?</label></td>
<tr>
<td><SELECT id="ClientName" NAME="ClientName" size=5 multiple>
<OPTION value="admin">Admin</OPTION>
<OPTION value="client1">Client 1</OPTION>