How to Customize the Organization Brower Link on Person.aspx Page?
-
2012년 8월 30일 목요일 오후 6:32
As you all know that there is Organization Browser Link on the My Organization Chart Webpart. I want to encode this link so that it can execute special Characters. I am currently using Claims Based Authentication on My Portal and the Organization Browser link is not encoding those charcater which appears on the account name.
Is there any way I can customize this link so that account name can be encoded?
Virendra Jain
모든 응답
-
2012년 9월 3일 월요일 오전 2:00중재자
-
2012년 9월 10일 월요일 오후 8:26
Hello Virendra,
I would try to use JavaScript/JQuery to encode the links, for example, this JavaScript function encodeURI() can be used to encode url.
Regards,
Jing Wang | Microsoft Online Community Support
- 답변으로 표시됨 Emir LiuMicrosoft Contingent Staff, Moderator 2012년 9월 11일 화요일 오전 2:32
-
2012년 9월 10일 월요일 오후 9:18
Thanks. I used Jquery to overwrite the URL with encoding.
Thanks for the response.
Virendra Jain
- 답변으로 표시됨 Emir LiuMicrosoft Contingent Staff, Moderator 2012년 9월 11일 화요일 오전 2:32

