2011-01-15 17 views
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="&#x4c;&#x6f;&#x61;&#x64;&#x69;&#x6e;&#x67;&#x2e;&#x2e;&#x2e;" 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": "&#x57;&#x65;&#x62;&#x41;&#x73;&#x73;&#x69;&#x73;&#x74;", 
       "searchParam": "site:www.webassist.in" 
      } 
      , 
      { 
       "type": "web", 
       "caption": "&#x57;&#x65;&#x62;", 
       "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

答えて

0

^という名前のこの最後のスクリプトファイルでうーん、ブートストラップJSはそのダイナミックなスクリプトのいずれかを含めていることをファイルであってもよいと考えている、Firefoxのを開いて試してみて、開発者用ツールがインストールされている場合は、レンダリングされたソースを見てください。

これが当てはまる場合は、MS開発者が修正する必要があります。

+0

Firefoxでこのエラーは発生しません: -/ – Cipher

+0

これは現在ライブサイトにありますか? – picus

+0

umm ..まだライブはありません: - / – Cipher

関連する問題