Hello,
currently I´m trying to add a hyperlink like the following example:
<ahref="tel:+13174562564">317-456-2564</a>.
I tried to add this with the Html-Editor within SharePoint, I also tried using the SharePoint-Designer with:
<a href="#" onclick="javascript:window.location='mailto:?subject=Wiki page&body=Interesting wiki page: ' + window.location;">Email This Wiki Page</a>
but the only thing I get is the following message:
"Content in the embedded form field may be changed by the server to remove unsafe content. Do you want to reload your page to see the results of the save?
This problems emerge with all non-http protocols, within the SharePoint-Desinger, within the Html-Editor.
The problem occurs both in Wiki-Pages and SharePoint-Lists.
Is there a way to insert non http-links e.g. mail-to, or d3://.
Thx in advance.