how to add a quick launch webpart in sharepoint site -


alt text

hi guys,

i need add quick launch web part sharepoint site. please can 1 throw pointers on how can shown in attached image

sharepoint 2010

thanks

you can create webpart uses javascript activexobject launch client apps i'm writing sample word can use same other applications

var pause = 0; var wddialogfileopen = 80; var wdapp = new activexobject("word.application"); var dialog = wdapp.dialogs(wddialogfileopen); var button = dialog.show(pause); 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -