Posts

Showing posts from January 4, 2010

Open new window in WSS

today i testing Open New Window in Quick launch WSS Navigation. javascript:window.open('http:// www.google.com','_blank');history.go(0);

Custom Welcome User message in SharePoint

Image
Default Setting SharePoint display Logged-in user name as Welcome UserName. I have create Custom UserControl (name CustomWelcomeUser.ascx) 1. Go go C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES then create new folder name "CustomWelcome" 2. Go go CustomWelcome then create New Custom UserControl name "CustomWelcomeUser.ascx"