看不懂jsp,哈
纯html就可以!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title> new document </title>
    <meta name="generator" content="editplus" />
    <meta name="author" content="Gao YiXiang" />
    <meta name="email" content="[email protected]" />
    <meta name="keywords" content="javascript dhtml dom" />
    <meta name="description" content="I love web development." />
</head>
<body>
    <select multiple id="sltTest" disabled>
        <option value="1">option 01</option>
        <option value="2" selected="selected">option 02</option>
        <option value="3">option 03</option>
        <option value="4" selected="selected">option 04</option>
    </select>
</body>
</html>