私はGoogleのリンクされたカスタム検索エンジンを使用しています。以下は私のコードです。しかし、私は何の結果も得ることができません。www.penmai.comのサイトを検索しようとしています。http://niranjan.99k.org/wa/cref_cse.xmlを見つけてください
<html>
<head>
<form id="cref" action="http://www.google.com/cse">
<input type="hidden" name="cref" value="http://niranjan.99k.org/wa/cref_cse.xml" />
<input type="text" name="q" size="40" />
<input type="submit" name="sa" value="Search" />
</form>
</head>
<body>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cref"></script>
<!-- Google CSE Search Box Ends -->
</body>
</html>