sharepoint - Modify osssearchresults.aspx page of WSS -


We have an application where we call Search Corre Rehalt Web Part XSLT Moss Search Results Page (Results.aspx ). Is it possible to do some custom javascript for the application level page of WSS i.e osssearchresults.aspx?

You can not change the search results page in the WSS installation, you need to customize your masterpiece a little bit. Change that behavior.

This is the default:

  & lt; SharePoint: Delayed control runat = "server" control id = "small search input box" />  

But you can control some javascript to decide for yourself the link (jQuery sample ):

  & lt; Click script type = "text / javascript"> $ (".ms- etter (" href "," # ") (function () {// redirect to new page, selected area and keyword}};   

The selector gets under the A element under the .ms-searchform class, which has a strong> ID attribute "To get the scope and the keyword, this is a similar approach.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -