Do any of you know how to modify the URL that is constructed and sent as part ofthe Send To | E-mail a Link option in the MOSS websites? These links don't workfor the users once they're sent as they take them nowhere. I surmise that it'sbecause of all the URL spoofing going on out there and the Outlook clientdoesn't want to allow URLs meant to obfuscate the user and take them somewhereelse.Any ideas on if this is configurable such that:"http://website.domain.com" is displayed as opposed to"http://website%2E.domain%2Ecom"?
This is actually a bug that Microsoft has a hotfix for:http://support.microsoft.com/kb/938241I assume and hope this will be included in the upcoming Service Pack1.
If you wanted to and if the fix does not work you canoverride the JavaScript that creates these menu items and construct your ownone. I have wrote a couple of posts that talks about this process. It doesnot specifically show you how to re-write the "Email Link" option but theprinciples to use. Hope this helps.www.helloitsliam.com/archive/2007/05/30/moss2007-" target="_blank" rel="nofollow">www.helloitsliam.com/archive/2007/05/30/moss2007-<www.helloitsliam.com/archive/2007/05/30/moss2007-" target="_blank" rel="nofollow">www.helloitsliam.com/archive/2007/05/30/moss2007---javascript-item-menus-part-1-real-world.aspx> --javascript-item-menus-part-1-real-world.aspxwww.helloitsliam.com/archive/2007/05/30/moss2007-" target="_blank" rel="nofollow">www.helloitsliam.com/archive/2007/05/30/moss2007-<www.helloitsliam.com/archive/2007/05/30/moss2007-" target="_blank" rel="nofollow">www.helloitsliam.com/archive/2007/05/30/moss2007---javascript-item-menus-part-2-real-world.aspx> --javascript-item-menus-part-2-real-world.aspx
That's a known bug. The URL encoding code is incorrect. You can fix the JScode manually on the WFE file system or I believe there is a patch to fix it.