Hey guys,
below is the -form- if one was to view source of the page, maybe I didnt mean to say "select box"?... let me know if there is a way to change the text in those "select boxes" as you say, i thought since the user isnt typing in, that they can't mess around too easily.
thanks,
pkrk
<body>
<form action=" ..............." method="post" enctype="application/x-www-form-urlencoded" name="OptSelVal" id="formA"><input type="hidden" name="PHPSESSID" value="ec93d062087fe697c87e95536196b1fb" />
Date Article<br />
<select name = "UpOption" size="7" id = "UpOptionID" multiple >
<option value='135 'selected>11-08-07 vvvvvvvvvvvvvvvvvvvv</option> <option value='177 '>11-21-07 ccccc</option> <option value='137 '>11-12-07 aaaaa</option> <option value='158 '>01-06-07 2gggggggggggggggggggggggg</option> <option value='173 '>11-17-07 hhhhhhhhhhhhhhhhhhhhhhhhhh</option> </select>
<br />
<br />
<td><input type ="submit" name = "Retrieve" value ="Edit">
<input type ="submit" name = "Delete" value ="Delete">
<input type="button" VALUE=" Up " onClick="moveOptionUp(this.form['UpOption'])">
<BR><BR>
<input type="button" VALUE="Down" onClick="moveOptionDown(this.form['UpOption'])">
<BR><BR>
<input type="hidden" name = "hiddenCount" id = "hiddenCountId" value="6">
<input type="hidden" name = "hiddenOrderCode" id = "hiddenOrderCode" value="">
</td>
</form>
</div>