<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---简单实用的自动生成问题回答页面</t...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>网页特效|Linkweb.cn/Js|---简单实用的自动生成问题回答页面</title> </head> <body> <SCRIPT LANGUAGE="JavaScript"> function showFAQ(form) { form.answer.value = form.question.options[form.question.selectedIndex].value; } </SCRIPT> <center> <form name=faqform> <table border=1 cellspacing=0 cellpadding=5> <tr > <td align=center><font size="-1" color="black"> <b>页面的台头显示</b></font></td> </tr> <tr ><td><center><font size="-1"><br> <p><select size=10 name=question onChange="javascript:showFAQ(this.form);"> <option> >>> >>> >>> 请选择一个问题 <<< <<< <<< </option> <option> ------------------------------------------------------------------------------------------------ </option> <option value="回答 1"> --> 问题 1 <option value="回答 2"> --> 问题 2 <option value="回答 3"> --> 问题 3 <option value="回答 4"> --> 问题 4 <option value="回答 5"> --> 问题 5 <option value="回答 6"> --> 问题 6 <option value="回答 7"> --> 问题 7 <option value="回答 8"> --> 问题 8 <option value="回答 9"> --> 问题 9 <option value="回答 10"> --> 问题 10 </select> <p> <textarea name="answer" rows=15 cols=50 wrap=virtual></textarea> </font></center> </td> </tr> </table> </form> </center> </body> </html>
阅读全文