<script> 
    function showimage(){document.images.showimages.src=" <%=imdeximg%>"+document.form.sex.options[document.form.sex.selectedIndex].value+""+document.form.img.options[document.form.img.selectedIndex].value+".gif";} 
</script> 
问题:这个函数实现的是“根据不同的性别列出不同的小图片,供浏览者选择.”的功能。但是怎么用啊,直接调用该函数就可以显示图片吗?给个实例吧。这个可以会用,但这个真不会用