Posted By: jamie | Nov 2nd, 2007 @ 9:29 AM
page 1 of 1
Comments: 21 | Views: 2477
A client wants search on his site - so I used an .asp weblog to set up site.  But they do not want .asp - just a free search.

So i tried googles free search (has a logo..ads.. not really integrated) then i went to live.com to see if they had anything - and wow!  integrated search - no logo (just box) lets you specify domain to search..and runs inline.  COOL!

showed client - they like it too - but asked: "can we pay to get this with out ads?"

i went and looked but it doesnt seem to be
(they are worried if people search for a generic term (about mining) that ads for competitors will come up

?
Lloyd_Humph
Lloyd_Humph
If Blackberrys are addictive cellphones, Channel9 is the ultimate addictive website.
Linky to live search embed?

'tis only coutesy Wink
CannotResolveSymbol
CannotResolveSymbol
{insert caption here}
To remove the "Web" tab, remove the section from the code that I've struck through below:

<!-- Live Search -->
<meta name="Search.WLSearchBox" content="1.1, en-US" />
<div id="WLSearchBoxDiv">
<table cellpadding="0" cellspacing="0" style="width: 322px"><tr id="WLSearchBoxPlaceholder"><td style="width: 100%; border:solid 2px #4B7B9F;border-right-style: none;"><input id="WLSearchBoxInput" type="text" value="&#x4c;&#x6f;&#x61;&#x64;&#x69;&#x6e;&#x67;&#x2e;&#x2e;&#x2e;" disabled="disabled" style="padding:0;background-image: url(http://search.live.com/s/siteowner/searchbox_background.png);background-position: right;background-repeat: no-repeat;height: 16px; width: 100%; border:none 0 Transparent" /></td><td style="border:solid 2px #4B7B9F;"><input id="WLSearchBoxButton" type="image" src="http://search.live.com/s/siteowner/searchbutton_normal.png" align="absBottom" style="padding:0;border-style: none" /></td></tr></table>
    <script type="text/javascript" charset="utf-8">
    var WLSearchBoxConfiguration=
    {
        "global":{
            "serverDNS":"search.live.com",
            "market":"en-US"
        },
        "appearance":{
            "autoHideTopControl":false,
            "width":600,
            "height":400,
            "theme":"Blue"
        },
        "scopes":[
            {
                "type":"web",
                "caption":"&#x43;&#x68;&#x61;&#x6e;&#x6e;&#x65;&#x6c;&#x20;&#x39;",
                "searchParam":"site:channel9.msdn.com"
            }
            ,
            {
                "type":"web",
                "caption":"&#x57;&#x65;&#x62;",
                "searchParam":""
            }

        ]
    }
    </script>
    <script type="text/javascript" charset="utf-8" src="http://search.live.com/bootstrap.js?market=en-US&ServId=SearchBox&ServId=SearchBoxWeb&Callback=WLSearchBoxScriptReady"></script>
</div>
<!-- Live Search -->
Mark Brown
Mark Brown
Microsoft Web Platform
Hey Jamie. Yes there's people there still Smiley

I'll forward this on to them and get back to this thread with an answer.

regards,
mark
Mark Brown
Mark Brown
Microsoft Web Platform
Hey you got your answer now Jamie? All cool here? Smiley
Minh
Minh
WOOH! WOOH!
Check out Google Custom Search Engine, too.

Not sure about ads stuff, though.
Dodo
Dodo
I'm your creativity creator™ :)
It'd be rather hard, but you can do this only by downloading the loaded script, which does the div injection, and look there.

but it might be a hard task to do and it might not work for long, too if they change the system

var scriptFileList = new Array(
'http://search.live.com/DynamicScript.js?ver=1.01',
'http://search.live.com/JsonRequest.js?ver=1.01',
'http://search.live.com/WLUIPanel.js?ver=1.00',
'http://search.live.com/SearchBox/WLSearchBoxv11.js?ver=1.00',
'http://search.live.com/SearchBox/searchboxresources.js?ver=1.00&market=en-us&charset=utf-8'
);
the marked one contains the style sheet stuffs but it's all in one line and it's a real hassle, it should be possible to overide that in your page.
I'm looking for the end of the line...

Dodo
Dodo
I'm your creativity creator™ :)
It should be this one:

Script wrote:

var WLSearchBoxSettings={
"DefaultDiv":{
"style.color":"'#444444'","style.fontSize":"WLSearchBoxTheme.FontSize","style.fontFamily":"WLSearchBoxTheme.FontFamily"
},"DefaultA":{
"style.color":"'#0066a7'","style.fontSize":"WLSearchBoxTheme.FontSize","style.fontFamily":"WLSearchBoxTheme.FontFamily","style.display":"'inline'","style.textDecoration":"'none'","target":"'_blank'"
},"SpaceDiv":{
"style.fontSize":"'1px'","style.fontFamily":"WLSearchBoxTheme.FontFamily","style.display":"'inline'","innerHTML":"' '"
},"FloatPane":{
"callFunction":{
"SetId":["'WLFloatPaneDiv'"],"Resize":["WLSearchBoxConfiguration.appearance.width","WLSearchBoxConfiguration.appearance.height"],"SetBorderWidth":["'1px'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"setProperty":{
"style.color":"'#444444'","style.fontSize":"WLSearchBoxTheme.FontSize","style.fontFamily":"WLSearchBoxTheme.FontFamily","style.fontWeight":"'normal'","style.textAlign":"'left'","style.lineHeight":"'normal'"
}
},"ShadowPane":{
"callFunction":{
"SetId":["'WLFloatPaneShadowDiv'"],"Resize":["WLSearchBoxConfiguration.appearance.width","WLSearchBoxConfiguration.appearance.height"]
},"setProperty":{
"style.backgroundColor":"'gray'"
}
},"ScopeBar":{
"callFunction":{"SetId":["'WLScopeBarDiv'"],"SetDock":["WLSearch.UI.DockStyle.Top"],"Resize":["0","'30px'"],"SetBorderWidth":["'1px'","'bottom'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"setProperty":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/\" + WLSearchBoxTheme.ScopeBarBackImage + \"')\""
}
},"FootBar":{
"callFunction":{
"SetId":["'WLFootDiv'"],"SetDock":["WLSearch.UI.DockStyle.Bottom"],"Resize":["0","'29px'"],"SetBorderWidth":["'1px'","'top'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"GetOwnA":{
"id":"'WLGetOwnA'","style.fontWeight":"700","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'8px'","style.whiteSpace":"'nowrap'","href":"g_WLSearchBoxConfig.CFG_HOMEPAGELINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_GET_OWN"
},"CopyRightDiv":{
"id":"'WLCopyRightDiv'","style.color":"'#aaaaaa'","style.textDecoration":"'none'","style.styleFloat":"'right'","style.cssFloat":"'right'","style.padding":"'8px'"},"PrivacyA":{
"id":"'WLSearchBoxPrivacyA'","style.color":"'#aaaaaa'","href":"g_WLSearchBoxConfig.CFG_PRIVACYLINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_PRIVACY"
},"LegalA":{
"id":"'WLSearchBoxLegalA'","style.color":"'#aaaaaa'","href":"g_WLSearchBoxConfig.CFG_LEGALLINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_LEGAL"
},"FeedbackA":{
"id":"'WLSearchBoxFeedbackA'","style.color":"'#aaaaaa'","href":"g_WLSearchBoxConfig.CFG_FEEDBACKLINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_FEEDBACK"
}
},"ScopeBarElements":{
"CloseDiv":{
"style.styleFloat":"'right'","style.cssFloat":"'right'"
},"CloseImg":{
"id":"'WLCloseImage'","src":"'http://' + WLSearchBoxConfiguration.global.serverDNS + '/s/siteowner/x_normal.gif'","alt":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_CLOSE","style.margin":"'10px 10px 0px 0px'","style.width":"'10px'","style.height":"'10px'","style.clear":"'both'","style.cursor":"'pointer'"
},"ScopeButtonOuterDiv":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/\" + WLSearchBoxTheme.ScopeButtonBackImage + \"')\"","style.borderRight":"'1px solid'","style.borderRightColor":"WLSearchBoxTheme.BorderColor","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'3px 3px'","style.cursor":"'pointer'"
},"ScopeButtonInnerDiv":{
"tabIndex":"0","style.color":"'#444444'","style.padding":"'5px 12px'","style.fontSize":"'12px'","style.fontWeight":"'normal'","style.backgroundColor":"'transparent'","style.border":"'none'"},"ScopeButtonInnerDivSelect":{
"style.color":"'#444444'","style.padding":"'4px 12px'","style.fontSize":"'12px'","style.fontWeight":"700","style.backgroundColor":"'#fff'","style.border":"'1px solid'","style.borderColor":"WLSearchBoxTheme.BorderColor"
}
},"ResultArea":{
"callFunction":{
"SetId":["'WLResultAreaDiv'"],"SetDock":["WLSearch.UI.DockStyle.Fill"]
}
},"AdsView":{
"callFunction":{
"SetId":["'WLAdsViewDiv'"],"SetDock":["WLSearch.UI.DockStyle.Right"],"Resize":["'186px'","0"],"SetBorderWidth":["'1px'","'left'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"SponsorDiv":{"style.margin":"'8px 0px 0px 8px'","style.textAlign":"'left'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_SPONSORED_SITE"},"AdsCallbackCGif":{
"src":"''","style.width":"'0px'","style.height":"'0px'","style.display":"'none'"
}
},"ResultView":{
"callFunction":{"SetId":["'WLResultViewDiv'"],"SetDock":["WLSearch.UI.DockStyle.Fill"]
}
},"ResultHeader":{
"callFunction":{
"SetId":["'WLResultHeaderDiv'"],"SetDock":["WLSearch.UI.DockStyle.Top"],"Resize":["0","'29px'"],"SetBorderWidth":["'1px'","'bottom'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"ResultNumberDiv":{"id":"'WLResultHeaderNumberDiv'","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'8px'"
},"LogoImg":{
"id":"'WLResultHeaderLogoDiv'","alt":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_LIVE_SEARCH","style.styleFloat":"'right'","style.cssFloat":"'right'","src":"'http://' + WLSearchBoxConfiguration.global.serverDNS + '/s/siteowner/wlbrand.jpg'","style.margin":"'0px 2px 0px 0px'","style.display":"'block'","style.width":"'79px'","style.height":"'26px'"}},"ResultContent":{
"callFunction":{
"SetId":["'WLResultContentDiv'"],"SetDock":["WLSearch.UI.DockStyle.Fill"]
},"setProperty":{
"style.overflowY":"'auto'","style.scrollbar3dLightColor":"'#d4d0c8'","style.scrollbarArrowColor":"'#000000'","style.scrollbarBaseColor":"'#d4d0c8'","style.scrollbarTrackColor":"'#eceae6'","style.scrollbarDarkShadowColor":"'#404040'","style.scrollbarFaceColor":"'#d4d0c8'","style.scrollbarHighlightColor":"'#fff'","style.scrollbarShadowColor":"'#808080'"
},"SpellCheckDiv":{
"id":"'WLResultSpellCheckView'","style.margin":"'0px'","style.borderBottom":"'1px solid #f1f1f1'","style.backgroundColor":"'#ffffab'"
},"SpellCheckHint":{
"id":"'WLResultSpellHint'","style.padding":"'8px 0px 8px 8px'","style.fontWeight":"700"
},"SpellCheckLink":{
"id":"'WLSearchBoxSpellCheckLink'","style.color":"'#0066a7'","style.fontWeight":"'normal'","style.textDecoration":"'underline'","style.display":"'inline'","style.cursor":"'pointer'","style.lineHeight":"'148%'"},"WebResultItem":{
"style.margin":"'8px 8px 12px 8px'"
},"WebResultTitle":{
"style.lineHeight":"'148%'","style.fontSize":"'13px'","style.textDecoration":"'underline'"},"WebResultDesc":{
"style.lineHeight":"'148%'"
},"WebResultUrl":{
"style.lineHeight":"'148%'","style.color":"'#36a200'","style.wordWrap":"'break-word'"
},"EmptyQueryDiv":{
"style.fontSize":"'12px'","style.margin":"'8px 8px 12px 8px'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_EMPTY_QUERY"
},"NoResultHint1Div":{
"id":"'WLSearchBoxNoResultHint'","style.margin":"'8px'","style.borderBottom":"'solid 1px #f1f1f1'"
},"NoResultNoFindDiv":{
"id":"'WLSearchBoxNoResultNoFind'","style.marginBottom":"'8px'"
},"QueryStringDiv":{
"id":"'WLSearchQueryStringDiv'","style.display":"'inline'","style.fontWeight":"700","style.lineHeight":"'148%'"
},"NoResultTryDiv":{
"id":"'WLNoResultTryThisQueryDiv'","style.marginBottom":"'8px'","style.display":"'block'"
},"NoResultTryA":{
"id":"'WLNoResultTryThisQueryA'","style.textDecoration":"'underline'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_TRY_LS"
},"NoResultHint2Div":{
"id":"'WLSearchBoxNoResultOtherRes'","style.margin":"'0px 8px'"
},"NoResultOtherResDiv":{
"style.fontSize":"'13px'","style.margin":"'8px 8px 8px 0px'","style.fontWeight":"700","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_OTHER_RES"},"NoResultSendA":{
"style.textDecoration":"'underline'"
},"MoreResultDiv":{
"style.margin":"'8px'"
},"MoreResultA":{
"style.textDecoration":"'underline'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_MORE_RESULTS"
}
},"ResultFooter":{
"callFunction":{
"SetId":["'WLResultFooterDiv'"],"SetDock":["WLSearch.UI.DockStyle.Bottom"],"Resize":["0","'29px'"],"SetBorderWidth":["'1px'","'top'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"TryThisQueryA":{
"id":"'WLTryThisQueryA'","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'8px'","style.whiteSpace":"'nowrap'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_TRY_LS"},"ResultPaginationDiv":{
"style.styleFloat":"'right'","style.cssFloat":"'right'"},"ResultPageNumDiv":{
"tabIndex":"0","style.border":"'1px solid #e6e6e6'","style.styleFloat":"'left'","style.cssFloat":"'left'","style.margin":"'5px 4px 5px 0px'","style.padding":"'0px 5px'","style.height":"'17px'","style.backgroundColor":"'#fff'","style.fontSize":"WLSearchBoxTheme.FontSize","style.textAlign":"'center'","style.color":"'#0066a7'","style.fontWeight":"'normal'","style.cursor":"'pointer'"},"ResultPageNumDivHover":{
"style.border":"'1px solid #b7d8ee'","style.backgroundColor":"'#d2eaf6'","style.fontWeight":"'normal'"},"ResultPageNumDivSelect":{
"style.border":"'1px solid #b7d8ee'","style.backgroundColor":"'#d2eaf6'","style.color":"'#444444'","style.fontWeight":"700"
},"ResultPageNext":{
"id":"'WLWebResultNextDiv'","style.width":"'20px'","style.padding":"'0px'","style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pagenext_default.gif')\""
},"ResultPageNextHover":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pagenext_active.gif')\""
},"ResultPagePrevious":{
"id":"'WLWebResultPreviousDiv'","style.width":"'20px'","style.padding":"'0px'","style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pageprev_default.gif')\""
},"ResultPagePreviousHover":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pageprev_active.gif')\""
}
}
};

Try @Override infront of it
so you'd have
overide array wrote:
<script>
@Override var WLSearchBoxSettings={
"DefaultDiv":{
"style.color":"'#444444'","style.fontSize":"WLSearchBoxTheme.FontSize","style.fontFamily":"WLSearchBoxTheme.FontFamily"
},"DefaultA":{
"style.color":"'#0066a7'","style.fontSize":"WLSearchBoxTheme.FontSize","style.fontFamily":"WLSearchBoxTheme.FontFamily","style.display":"'inline'","style.textDecoration":"'none'","target":"'_parent'"
},"SpaceDiv":{
"style.fontSize":"'1px'","style.fontFamily":"WLSearchBoxTheme.FontFamily","style.display":"'inline'","innerHTML":"' '"
},"FloatPane":{
"callFunction":{
"SetId":["'WLFloatPaneDiv'"],"Resize":["WLSearchBoxConfiguration.appearance.width","WLSearchBoxConfiguration.appearance.height"],"SetBorderWidth":["'1px'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"setProperty":{
"style.color":"'#444444'","style.fontSize":"WLSearchBoxTheme.FontSize","style.fontFamily":"WLSearchBoxTheme.FontFamily","style.fontWeight":"'normal'","style.textAlign":"'left'","style.lineHeight":"'normal'"
}
},"ShadowPane":{
"callFunction":{
"SetId":["'WLFloatPaneShadowDiv'"],"Resize":["WLSearchBoxConfiguration.appearance.width","WLSearchBoxConfiguration.appearance.height"]
},"setProperty":{
"style.backgroundColor":"'gray'"
}
},"ScopeBar":{
"callFunction":{"SetId":["'WLScopeBarDiv'"],"SetDock":["WLSearch.UI.DockStyle.Top"],"Resize":["0","'30px'"],"SetBorderWidth":["'1px'","'bottom'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"setProperty":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/\" + WLSearchBoxTheme.ScopeBarBackImage + \"')\""
}
},"FootBar":{
"callFunction":{
"SetId":["'WLFootDiv'"],"SetDock":["WLSearch.UI.DockStyle.Bottom"],"Resize":["0","'29px'"],"SetBorderWidth":["'1px'","'top'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"GetOwnA":{
"id":"'WLGetOwnA'","style.fontWeight":"700","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'8px'","style.whiteSpace":"'nowrap'","href":"g_WLSearchBoxConfig.CFG_HOMEPAGELINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_GET_OWN"
},"CopyRightDiv":{
"id":"'WLCopyRightDiv'","style.color":"'#aaaaaa'","style.textDecoration":"'none'","style.styleFloat":"'right'","style.cssFloat":"'right'","style.padding":"'8px'"},"PrivacyA":{
"id":"'WLSearchBoxPrivacyA'","style.color":"'#aaaaaa'","href":"g_WLSearchBoxConfig.CFG_PRIVACYLINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_PRIVACY"
},"LegalA":{
"id":"'WLSearchBoxLegalA'","style.color":"'#aaaaaa'","href":"g_WLSearchBoxConfig.CFG_LEGALLINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_LEGAL"
},"FeedbackA":{
"id":"'WLSearchBoxFeedbackA'","style.color":"'#aaaaaa'","href":"g_WLSearchBoxConfig.CFG_FEEDBACKLINK","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_FEEDBACK"
}
},"ScopeBarElements":{
"CloseDiv":{
"style.styleFloat":"'right'","style.cssFloat":"'right'"
},"CloseImg":{
"id":"'WLCloseImage'","src":"'http://' + WLSearchBoxConfiguration.global.serverDNS + '/s/siteowner/x_normal.gif'","alt":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_CLOSE","style.margin":"'10px 10px 0px 0px'","style.width":"'10px'","style.height":"'10px'","style.clear":"'both'","style.cursor":"'pointer'"
},"ScopeButtonOuterDiv":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/\" + WLSearchBoxTheme.ScopeButtonBackImage + \"')\"","style.borderRight":"'1px solid'","style.borderRightColor":"WLSearchBoxTheme.BorderColor","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'3px 3px'","style.cursor":"'pointer'"
},"ScopeButtonInnerDiv":{
"tabIndex":"0","style.color":"'#444444'","style.padding":"'5px 12px'","style.fontSize":"'12px'","style.fontWeight":"'normal'","style.backgroundColor":"'transparent'","style.border":"'none'"},"ScopeButtonInnerDivSelect":{
"style.color":"'#444444'","style.padding":"'4px 12px'","style.fontSize":"'12px'","style.fontWeight":"700","style.backgroundColor":"'#fff'","style.border":"'1px solid'","style.borderColor":"WLSearchBoxTheme.BorderColor"
}
},"ResultArea":{
"callFunction":{
"SetId":["'WLResultAreaDiv'"],"SetDock":["WLSearch.UI.DockStyle.Fill"]
}
},"AdsView":{
"callFunction":{
"SetId":["'WLAdsViewDiv'"],"SetDock":["WLSearch.UI.DockStyle.Right"],"Resize":["'186px'","0"],"SetBorderWidth":["'1px'","'left'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"SponsorDiv":{"style.margin":"'8px 0px 0px 8px'","style.textAlign":"'left'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_SPONSORED_SITE"},"AdsCallbackCGif":{
"src":"''","style.width":"'0px'","style.height":"'0px'","style.display":"'none'"
}
},"ResultView":{
"callFunction":{"SetId":["'WLResultViewDiv'"],"SetDock":["WLSearch.UI.DockStyle.Fill"]
}
},"ResultHeader":{
"callFunction":{
"SetId":["'WLResultHeaderDiv'"],"SetDock":["WLSearch.UI.DockStyle.Top"],"Resize":["0","'29px'"],"SetBorderWidth":["'1px'","'bottom'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"ResultNumberDiv":{"id":"'WLResultHeaderNumberDiv'","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'8px'"
},"LogoImg":{
"id":"'WLResultHeaderLogoDiv'","alt":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_LIVE_SEARCH","style.styleFloat":"'right'","style.cssFloat":"'right'","src":"'http://' + WLSearchBoxConfiguration.global.serverDNS + '/s/siteowner/wlbrand.jpg'","style.margin":"'0px 2px 0px 0px'","style.display":"'block'","style.width":"'79px'","style.height":"'26px'"}},"ResultContent":{
"callFunction":{
"SetId":["'WLResultContentDiv'"],"SetDock":["WLSearch.UI.DockStyle.Fill"]
},"setProperty":{
"style.overflowY":"'auto'","style.scrollbar3dLightColor":"'#d4d0c8'","style.scrollbarArrowColor":"'#000000'","style.scrollbarBaseColor":"'#d4d0c8'","style.scrollbarTrackColor":"'#eceae6'","style.scrollbarDarkShadowColor":"'#404040'","style.scrollbarFaceColor":"'#d4d0c8'","style.scrollbarHighlightColor":"'#fff'","style.scrollbarShadowColor":"'#808080'"
},"SpellCheckDiv":{
"id":"'WLResultSpellCheckView'","style.margin":"'0px'","style.borderBottom":"'1px solid #f1f1f1'","style.backgroundColor":"'#ffffab'"
},"SpellCheckHint":{
"id":"'WLResultSpellHint'","style.padding":"'8px 0px 8px 8px'","style.fontWeight":"700"
},"SpellCheckLink":{
"id":"'WLSearchBoxSpellCheckLink'","style.color":"'#0066a7'","style.fontWeight":"'normal'","style.textDecoration":"'underline'","style.display":"'inline'","style.cursor":"'pointer'","style.lineHeight":"'148%'"},"WebResultItem":{
"style.margin":"'8px 8px 12px 8px'"
},"WebResultTitle":{
"style.lineHeight":"'148%'","style.fontSize":"'13px'","style.textDecoration":"'underline'"},"WebResultDesc":{
"style.lineHeight":"'148%'"
},"WebResultUrl":{
"style.lineHeight":"'148%'","style.color":"'#36a200'","style.wordWrap":"'break-word'"
},"EmptyQueryDiv":{
"style.fontSize":"'12px'","style.margin":"'8px 8px 12px 8px'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_EMPTY_QUERY"
},"NoResultHint1Div":{
"id":"'WLSearchBoxNoResultHint'","style.margin":"'8px'","style.borderBottom":"'solid 1px #f1f1f1'"
},"NoResultNoFindDiv":{
"id":"'WLSearchBoxNoResultNoFind'","style.marginBottom":"'8px'"
},"QueryStringDiv":{
"id":"'WLSearchQueryStringDiv'","style.display":"'inline'","style.fontWeight":"700","style.lineHeight":"'148%'"
},"NoResultTryDiv":{
"id":"'WLNoResultTryThisQueryDiv'","style.marginBottom":"'8px'","style.display":"'block'"
},"NoResultTryA":{
"id":"'WLNoResultTryThisQueryA'","style.textDecoration":"'underline'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_TRY_LS"
},"NoResultHint2Div":{
"id":"'WLSearchBoxNoResultOtherRes'","style.margin":"'0px 8px'"
},"NoResultOtherResDiv":{
"style.fontSize":"'13px'","style.margin":"'8px 8px 8px 0px'","style.fontWeight":"700","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_OTHER_RES"},"NoResultSendA":{
"style.textDecoration":"'underline'"
},"MoreResultDiv":{
"style.margin":"'8px'"
},"MoreResultA":{
"style.textDecoration":"'underline'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_MORE_RESULTS"
}
},"ResultFooter":{
"callFunction":{
"SetId":["'WLResultFooterDiv'"],"SetDock":["WLSearch.UI.DockStyle.Bottom"],"Resize":["0","'29px'"],"SetBorderWidth":["'1px'","'top'"],"SetBorderColor":["WLSearchBoxTheme.BorderColor"]
},"TryThisQueryA":{
"id":"'WLTryThisQueryA'","style.styleFloat":"'left'","style.cssFloat":"'left'","style.padding":"'8px'","style.whiteSpace":"'nowrap'","innerHTML":"g_WLSearchBoxLocStrings.LOC_SEARCHBOX_FLOAT_TRY_LS"},"ResultPaginationDiv":{
"style.styleFloat":"'right'","style.cssFloat":"'right'"},"ResultPageNumDiv":{
"tabIndex":"0","style.border":"'1px solid #e6e6e6'","style.styleFloat":"'left'","style.cssFloat":"'left'","style.margin":"'5px 4px 5px 0px'","style.padding":"'0px 5px'","style.height":"'17px'","style.backgroundColor":"'#fff'","style.fontSize":"WLSearchBoxTheme.FontSize","style.textAlign":"'center'","style.color":"'#0066a7'","style.fontWeight":"'normal'","style.cursor":"'pointer'"},"ResultPageNumDivHover":{
"style.border":"'1px solid #b7d8ee'","style.backgroundColor":"'#d2eaf6'","style.fontWeight":"'normal'"},"ResultPageNumDivSelect":{
"style.border":"'1px solid #b7d8ee'","style.backgroundColor":"'#d2eaf6'","style.color":"'#444444'","style.fontWeight":"700"
},"ResultPageNext":{
"id":"'WLWebResultNextDiv'","style.width":"'20px'","style.padding":"'0px'","style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pagenext_default.gif')\""
},"ResultPageNextHover":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pagenext_active.gif')\""
},"ResultPagePrevious":{
"id":"'WLWebResultPreviousDiv'","style.width":"'20px'","style.padding":"'0px'","style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pageprev_default.gif')\""
},"ResultPagePreviousHover":{
"style.backgroundImage":"\"url('http://\" + WLSearchBoxConfiguration.global.serverDNS + \"/s/siteowner/pageprev_active.gif')\""
}
}
};
</script>
No warranties...

page 1 of 1
Comments: 21 | Views: 2477