|
| |||
| HTML Hyperlink to OneNote Page We have an HTML forum (message board) used for communication within our company. The forum is only available within our local network. I would like to create an HTML link to a OneNote page from the forum. From OneNote I select Edit > Copy Hyperlink To > This Page. This gives me the link below. How do I create an HTML hyperlink in the forum using this OneNote link? onenote:///Z:\Dept\MM\OneNote_Notebooks\MM%20Documentation\Fo rum.one#Email%20Settings§ion-id={656A3BC7-81A2-4EAD-A69F-9C77EC134661}&page-id={0C662158-F0B7-42E3-B5D0-3ED4CD30A0ED}&end |
| |||
| Re: HTML Hyperlink to OneNote Page If others on that forum have OneNote (and therefore the OneNote URL handler for ONENOTE:// links) and have access to that shared area (the Z: drive) the link should work. You should be able to paste the link as is into the forum post, or into the link generator tool, just the same as you would any other type of URL. =?Utf-8?B?TWlrZQ==?= <Mike@discussions.microsoft.com> wrote in news:D416B2DA-D617-46B3-A4AA-AE1BC9FA80A9@microsoft.com: > We have an HTML forum (message board) used for communication within > our company. The forum is only available within our local network. I > would like to create an HTML link to a OneNote page from the forum. > > From OneNote I select Edit > Copy Hyperlink To > This Page. This gives > me the link below. How do I create an HTML hyperlink in the forum > using this OneNote link? > > onenote:///Z:\Dept\MM\OneNote_Notebooks\MM%20Documentation\Fo rum.one#Em > ail%20Settings§ion-id={656A3BC7-81A2-4EAD-A69F-9C77EC134661}&page-i > d={0C662158-F0B7-42E3-B5D0-3ED4CD30A0ED}&end |
| |||
| Re: HTML Hyperlink to OneNote Page Pasting the link into Outlook or Word does work. The onenote link is displayed as a clickable hyperlink. However, when posting the same link into the HTML forum it is added as text, it is not clickable. "Erik Sojka" wrote: > If others on that forum have OneNote (and therefore the OneNote URL handler > for ONENOTE:// links) and have access to that shared area (the Z: drive) > the link should work. You should be able to paste the link as is into the > forum post, or into the link generator tool, just the same as you would any > other type of URL. > > =?Utf-8?B?TWlrZQ==?= <Mike@discussions.microsoft.com> wrote in > news:D416B2DA-D617-46B3-A4AA-AE1BC9FA80A9@microsoft.com: > > > We have an HTML forum (message board) used for communication within > > our company. The forum is only available within our local network. I > > would like to create an HTML link to a OneNote page from the forum. > > > > From OneNote I select Edit > Copy Hyperlink To > This Page. This gives > > me the link below. How do I create an HTML hyperlink in the forum > > using this OneNote link? > > > > onenote:///Z:\Dept\MM\OneNote_Notebooks\MM%20Documentation\Fo rum.one#Em > > ail%20Settings§ion-id={656A3BC7-81A2-4EAD-A69F-9C77EC134661}&page-i > > d={0C662158-F0B7-42E3-B5D0-3ED4CD30A0ED}&end > > |
| |||
| Re: HTML Hyperlink to OneNote Page If you can edit the HTML directly (i.e. in a HTML mode, rather than text) you could insert an 'a' tag: http://www.w3schools.com/TAGS/tag_a.asp In this case the href value would be the onenote url below. -- David Olsen www.powerbits.com.au "Mike" <Mike@discussions.microsoft.com> wrote in message news:9C4CDDD2-15F2-4919-8BE5-2A35EDE0B175@microsoft.com... > Pasting the link into Outlook or Word does work. The onenote link is > displayed as a clickable hyperlink. However, when posting the same link > into > the HTML forum it is added as text, it is not clickable. > > > "Erik Sojka" wrote: > >> If others on that forum have OneNote (and therefore the OneNote URL >> handler >> for ONENOTE:// links) and have access to that shared area (the Z: drive) >> the link should work. You should be able to paste the link as is into >> the >> forum post, or into the link generator tool, just the same as you would >> any >> other type of URL. >> >> =?Utf-8?B?TWlrZQ==?= <Mike@discussions.microsoft.com> wrote in >> news:D416B2DA-D617-46B3-A4AA-AE1BC9FA80A9@microsoft.com: >> >> > We have an HTML forum (message board) used for communication within >> > our company. The forum is only available within our local network. I >> > would like to create an HTML link to a OneNote page from the forum. >> > >> > From OneNote I select Edit > Copy Hyperlink To > This Page. This gives >> > me the link below. How do I create an HTML hyperlink in the forum >> > using this OneNote link? >> > >> > onenote:///Z:\Dept\MM\OneNote_Notebooks\MM%20Documentation\Fo rum.one#Em >> > ail%20Settings§ion-id={656A3BC7-81A2-4EAD-A69F-9C77EC134661}&page-i >> > d={0C662158-F0B7-42E3-B5D0-3ED4CD30A0ED}&end >> >> > |
| |||
| Re: HTML Hyperlink to OneNote Page I was able to make the onenote link work by making the following edits to the address line: 1. Remove the third forward slash in the onenote:/// section. 2. Change all backward slashes to forward slashes. 3. Remove all braces { }. Then enclose the address within . I am using this in a phpBB forum. It must be a restriction of the phpBB forum software that the URL must be in a specific format. "David Olsen" wrote: > If you can edit the HTML directly (i.e. in a HTML mode, rather than text) > you could insert an 'a' tag: http://www.w3schools.com/TAGS/tag_a.asp > > In this case the href value would be the onenote url below. > > -- > > David Olsen > www.powerbits.com.au > > > "Mike" <Mike@discussions.microsoft.com> wrote in message > news:9C4CDDD2-15F2-4919-8BE5-2A35EDE0B175@microsoft.com... > > Pasting the link into Outlook or Word does work. The onenote link is > > displayed as a clickable hyperlink. However, when posting the same link > > into > > the HTML forum it is added as text, it is not clickable. > > > > > > "Erik Sojka" wrote: > > > >> If others on that forum have OneNote (and therefore the OneNote URL > >> handler > >> for ONENOTE:// links) and have access to that shared area (the Z: drive) > >> the link should work. You should be able to paste the link as is into > >> the > >> forum post, or into the link generator tool, just the same as you would > >> any > >> other type of URL. > >> > >> =?Utf-8?B?TWlrZQ==?= <Mike@discussions.microsoft.com> wrote in > >> news:D416B2DA-D617-46B3-A4AA-AE1BC9FA80A9@microsoft.com: > >> > >> > We have an HTML forum (message board) used for communication within > >> > our company. The forum is only available within our local network. I > >> > would like to create an HTML link to a OneNote page from the forum. > >> > > >> > From OneNote I select Edit > Copy Hyperlink To > This Page. This gives > >> > me the link below. How do I create an HTML hyperlink in the forum > >> > using this OneNote link? > >> > > >> > onenote:///Z:\Dept\MM\OneNote_Notebooks\MM%20Documentation\Fo rum.one#Em > >> > ail%20Settings§ion-id={656A3BC7-81A2-4EAD-A69F-9C77EC134661}&page-i > >> > d={0C662158-F0B7-42E3-B5D0-3ED4CD30A0ED}&end > >> > >> > > > > > |
| |||
| Re: HTML Hyperlink to OneNote Page Sounds like it. It is usually up to the software displaying the URL to figure out a way to detect inline text as a URL and make it clickable. Glad you found a solution. =?Utf-8?B?TWlrZQ==?= <Mike@discussions.microsoft.com> wrote in news:F13BB0D3-80D4-457E-92CE-128EFFC9A3EB@microsoft.com: > I was able to make the onenote link work by making the following edits > to the address line: > 1. Remove the third forward slash in the onenote:/// section. > 2. Change all backward slashes to forward slashes. > 3. Remove all braces { }. > > Then enclose the address within . > > I am using this in a phpBB forum. It must be a restriction of the > phpBB forum software that the URL must be in a specific format. > > |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hyperlink to OneNote Page from Web Page | Mike | Microsoft OneNote | 1 | 02-11-2009 07:00 PM |
| HTML Hyperlink to OneNote Page | Mike | Microsoft OneNote | 1 | 02-11-2009 02:10 PM |
| How to prevent hyperlink creation in OneNote | dsc_rad | Microsoft OneNote | 1 | 06-10-2008 01:30 AM |
| Pasting a OneNote hyperlink to an icon on a page | Carolus | Microsoft OneNote | 4 | 02-03-2007 01:45 PM |
| Hyperlink problem in Onenote 2007 | Seagul | Microsoft OneNote | 1 | 01-21-2007 06:00 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |