<html>
<head>
</head>
<body>
<form name="number">
您要看那一集呢?<input type="text" name="number1" size=3><p>
<input type="sumit" name="YEs"
onclick="document.location.href='http://www.kimo.com.tw/xxx.pdf'">
</form>
</body>
</html>
請問要怎麼把集數帶到xxx.pdf
讓使用者按下Yes時
網頁會自動跑到指定的集數檔呢?
有查到
document.number.number1.value
很像可以取得表單裡文字的值
但…沒用