<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>オンライン鍋田辞書サイトへジャンプして検索する</title>
<script>
<!--
function search_jump()
{
var url = "";
url = "http://www.nabeta.tk/onlinethai/nabetathai.php";
url += "?it=";
url += encodeURI(document.nabeta.it.value);
url += "&hk=20&rb=t&sl=sentou&m=0";
window.open(url);
}
-->
</script>
</head>
<body>
<h3>オンライン鍋田辞書タイ語サイトへジャンプして検索するHTML</h3>
<form name="nabeta">
<input type="text" name="it" size="30" value="">
<input type="text" name="dummy" style="display:none">
<input type="button" value="Search" onclick=search_jump()><br>
</form>
</body>
</html>