I am trying to display a pop up window whenever i opened the homepage.aspx
in the share point site . I added the following code :
</HEAD>
<BODY scroll="yes" onload="javascript:if (typeof(_spBodyOnLoadWrapper) !=
'undefined') _spBodyOnLoadWrapper();window.open('../test.aspx',
'Beacon','menubar=0,resizable=0,width=290,height=290');">
in the master page but the pop up is coming to each and every page where
ever the master page is inherited .
I want to restrict the pop up window to only to the homepage .
Please suggest.