0
私のWebサイトでBing検索ボックスを使用しようとしています。私はBingのWebサイトから提供されたHTMLコードを貼り付けました。私が.aspxを実行すると、このエラーが.jsファイルに書き込まれました。このファイルから、中断する、続行する、または無視するオプションが与えられています。Bing検索ボックスでJScriptエラーを表示する
エラーは、「Microsoft JScriptランタイムエラー:オブジェクトが必要です」です。私はちょうど私のソースにこのファイルを置いていた。
<meta name="Search.WLSearchBox" content="1.1, en-IN" />
<div id="WLSearchBoxDiv" style="float:right">
<table cellpadding="0" cellspacing="0" style="width:180px; height:28px;"><tr id="WLSearchBoxPlaceholder"><td style="width:100%; border:solid 1px #cccccc; border-right-style:none; padding-left:10px; padding-right:10px; vertical-align:middle;"><input id="WLSearchBoxInput" type="text" value="Loading..." disabled="disabled" style="background-image:url(http://www.bing.com/siteowner/s/siteowner/searchbox_background_k.png); background-position:right; background-repeat:no-repeat; font-family:Arial; font-size:14px; color:#000000; width:100%; border:none 0 transparent;"/></td><td style="border:solid 1px #cccccc; border-left-style:none; padding-left:0px; padding-right:3px;"><input id="WLSearchBoxButton" type="image" src="http://www.bing.com/siteowner/s/siteowner/searchbutton_normal_k.gif" style="border:none 0 transparent; height:24px; width:24px; vertical-align:top;"/></td></tr></table>
<script type="text/javascript" charset="utf-8">
var WLSearchBoxConfiguration =
{
"global": {
"serverDNS": "www.bing.com",
"market": "en-US"
},
"appearance": {
"autoHideTopControl": false,
"width": 600,
"height": 400,
"theme": "Green"
},
"scopes": [
{
"type": "web",
"caption": "WebAssist",
"searchParam": "site:www.webassist.in"
}
,
{
"type": "web",
"caption": "Web",
"searchParam": ""
}
]
}
</script>
<script type="text/javascript" charset="utf-8" src="http://www.bing.com/bootstrap.js?market=en-US&ServId=SearchBox&ServId=SearchBoxWeb&Callback=WLSearchBoxScriptReady"></script>
エラーは、私がTransientScriptDocument167.js
Firefoxでこのエラーは発生しません: -/ – Cipher
これは現在ライブサイトにありますか? – picus
umm ..まだライブはありません: - / – Cipher