そこで、最近のほとんどの Web サイトで見られるような単純な選択フォームを作成しようとしています。他のオプションをクリックしても次のページに移動できません。
<div class="pages" style="text-align:center; padding-top:10px; ">Navigation:
<select style="width:300px;">
<option value="/files/articles/1.html" selected="selected">1.Introduction</option>
<option value="/files/images/6.html">2. images</option>
<option value="/files/video/7.html">3. Video</option>
<option value="/files/news/8.html">4. News</option>
</select>
</div>