cancel
Showing results for 
Search instead for 
Did you mean: 

Browser Search

SilverICE
Level 4

Can anyone tell me how to remove the "Browser Search" link off of the searcho2k.asp page?

1 ACCEPTED SOLUTION

Accepted Solutions

SilverICE
Level 4

 

Issue resolved.  I had to clear my IE browser cache.  That bit of info (along with the exact section of the searcho2k file) would be awesome if included in the instructions, but since it states that "The change takes effect immediately" I didn't think about it.

View solution in original post

3 REPLIES 3

SHI-CRO
Level 6
Partner Accredited Certified

The administrator's guide show how to do this.  It's on PG 147 of the v2007 SP4 version:

 

To remove Browser Search
1 Use Windows Notepad to open the file searcho2k.xsl. This is in a
subfolder beneath the Webapp folder, which itself is in the Enterprise Vault
program folder. On English systems, the folder is typically:
C:\Program Files\Enterprise Vault\Webapp\en
2 Use Find to find the word “Browser” in the following section in the file:
<SPAN CLASS="cmdlink" onClick="WebAppSearch()"
onMouseDown="this.style.borderStyle='inset'"
onMouseUp="this.style.borderStyle='outset'"
onMouseOver="this.style.borderStyle='outset'"
onMouseOut="this.style.borderStyle='solid'">Browser&nbsp;search
</SPAN>
3 Remove Browser&nbsp;search, and then save your changes.
The change takes effect immediately.

SilverICE
Level 4

Hmmm, doesn't seem to work.  In fact, I don't have the section mentioned in the Admin Guide in my searcho2k.xsl file.

 

I have a similar section that reads: <A CLASS="cmdlink" HREF="javascript&colonWebAppSearch()" onMouseDown="this.style.borderStyle='inset'" onMouseUp="this.style.borderStyle='outset'" onMouseOver="this.style.borderStyle='outset'" onMouseOut="if(document.activeElement!=this){SetStatus(false);this.style.borderStyle='solid'}" onMouseMove="SetStatus(true)" onFocus="SetStatus(true);this.style.borderStyle='outset'" onBlur="SetStatus(false);this.style.borderStyle='solid'" TITLE="Browser&nbsp;search">Browser&nbsp;search</A>

 

I've deleted everything in red above and even remarked out the entire line, yet the Browser Search link still appears.  The instructions say it takes effect immediately but still after restarting all EV services and an IISreset - no luck.

 

Any other ideas?

SilverICE
Level 4

 

Issue resolved.  I had to clear my IE browser cache.  That bit of info (along with the exact section of the searcho2k file) would be awesome if included in the instructions, but since it states that "The change takes effect immediately" I didn't think about it.