Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Hyperlink Outlook Localhost Facepalm

Hyperlink Outlook Localhost Facepalm

Scheduled Pinned Locked Moved The Lounge
ioswpfquestion
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    A_WoodApple
    wrote on last edited by
    #1

    Working on a project using PDF forms and an iPad... wanted to transfer data to a local form through a hyperlink in an email... The link that will work is something like: pdfexfile:///templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr or pdfexfile://localhost/templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr Either hyperlink (when sent through outlook) ends up like: pdfexfile://templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr (Notice the slashes, without the 3rd or the localhost parm it will never work) Evidently, there is no way to override this behavior and is considered a "feature". :doh:

    F Richard DeemingR T 3 Replies Last reply
    0
    • A A_WoodApple

      Working on a project using PDF forms and an iPad... wanted to transfer data to a local form through a hyperlink in an email... The link that will work is something like: pdfexfile:///templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr or pdfexfile://localhost/templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr Either hyperlink (when sent through outlook) ends up like: pdfexfile://templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr (Notice the slashes, without the 3rd or the localhost parm it will never work) Evidently, there is no way to override this behavior and is considered a "feature". :doh:

      F Offline
      F Offline
      Forogar
      wrote on last edited by
      #2

      ...and what do you get if you leave off the localhost or the third slash?

      - I would love to change the world, but they won’t give me the source code.

      A 1 Reply Last reply
      0
      • A A_WoodApple

        Working on a project using PDF forms and an iPad... wanted to transfer data to a local form through a hyperlink in an email... The link that will work is something like: pdfexfile:///templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr or pdfexfile://localhost/templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr Either hyperlink (when sent through outlook) ends up like: pdfexfile://templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr (Notice the slashes, without the 3rd or the localhost parm it will never work) Evidently, there is no way to override this behavior and is considered a "feature". :doh:

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #3

        Is Outlook struggling because your protocol ends with "file"? Maybe it thinks you're sending a file:// link.


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        A 1 Reply Last reply
        0
        • F Forogar

          ...and what do you get if you leave off the localhost or the third slash?

          - I would love to change the world, but they won’t give me the source code.

          A Offline
          A Offline
          A_WoodApple
          wrote on last edited by
          #4

          Forogar wrote:

          ...and what do you get if you leave off the localhost or the third slash?

          An error. (I can send it as plain text and it gets formatted as a link that works on the receiving end but it doesn't work well and often parses the link wrong. Also have tested link by typing it directly into safari and it works fine.) Microsoft seems to change any "//" to a "/" and any ":///" (add as many / as you like here) to "://". Just their way of being helpful.

          1 Reply Last reply
          0
          • Richard DeemingR Richard Deeming

            Is Outlook struggling because your protocol ends with "file"? Maybe it thinks you're sending a file:// link.


            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

            A Offline
            A Offline
            A_WoodApple
            wrote on last edited by
            #5

            Richard Deeming wrote:

            Is Outlook struggling because your protocol ends with "file"? Maybe it thinks you're sending a file:// link.

            Nope. After some investigation, it looks like microsoft has been behaving this way for over 10 years..Office XP modifies what you type: Peter Deegan in Woodyswatch[^]

            1 Reply Last reply
            0
            • A A_WoodApple

              Working on a project using PDF forms and an iPad... wanted to transfer data to a local form through a hyperlink in an email... The link that will work is something like: pdfexfile:///templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr or pdfexfile://localhost/templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr Either hyperlink (when sent through outlook) ends up like: pdfexfile://templates/Packet10_14_13.pdf?Name_1=Testname&Address=123testdr (Notice the slashes, without the 3rd or the localhost parm it will never work) Evidently, there is no way to override this behavior and is considered a "feature". :doh:

              T Offline
              T Offline
              TnTinMn
              wrote on last edited by
              #6

              I don't know if this will solve your issue, but it may be worth a try. Office XP: http://support.microsoft.com/kb/903876[^] Office 2003: http://support.microsoft.com/kb/900258[^] Office 2007; Use the key: HKCU\Software\Microsoft\Office\Common\AllowConsecutiveSlashesInUrlPathComponent [Dword] Value = 1 I don't have a new office version to test this on, but at least it prevented the "autocorrection" of the link in Word and Outlook editor.

              A 2 Replies Last reply
              0
              • T TnTinMn

                I don't know if this will solve your issue, but it may be worth a try. Office XP: http://support.microsoft.com/kb/903876[^] Office 2003: http://support.microsoft.com/kb/900258[^] Office 2007; Use the key: HKCU\Software\Microsoft\Office\Common\AllowConsecutiveSlashesInUrlPathComponent [Dword] Value = 1 I don't have a new office version to test this on, but at least it prevented the "autocorrection" of the link in Word and Outlook editor.

                A Offline
                A Offline
                A_WoodApple
                wrote on last edited by
                #7

                Thank You. I was not expecting a useful reply, I just had to vent. But your response is useful. Ya!! :-D

                1 Reply Last reply
                0
                • T TnTinMn

                  I don't know if this will solve your issue, but it may be worth a try. Office XP: http://support.microsoft.com/kb/903876[^] Office 2003: http://support.microsoft.com/kb/900258[^] Office 2007; Use the key: HKCU\Software\Microsoft\Office\Common\AllowConsecutiveSlashesInUrlPathComponent [Dword] Value = 1 I don't have a new office version to test this on, but at least it prevented the "autocorrection" of the link in Word and Outlook editor.

                  A Offline
                  A Offline
                  A_WoodApple
                  wrote on last edited by
                  #8

                  Tested the hotfix.... doesn't seem to change the way outlook handles the hyperlink. X| Still, links were useful. It will give me a starting place if I decide to revisit this issue later. (Was just a 'would be nice' feature for the project I'm working on. It looked like it would be easy, should be easy but is not.)

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups