Skip to main content
August 28, 2013
Question

How to replace all the hypertext links of a document?

  • August 28, 2013
  • 1 reply
  • 552 views

I'd like to change all my hypertext links "message openfile xxx.fm" by "gotolink xxx.fm:firstpage". Is there an easy and quickly way of doing that?

    This topic has been closed for replies.

    1 reply

    Bob_Niland
    Community Expert
    Community Expert
    August 28, 2013

    If it's just one file, save as MIF, open with plaintext editor and change all:

    <MText `message openfile xxx.fm'>

    to

    <MText `Go To Link xxx.fm.firstpage'>

    Or if the XXX varies, change all:

    <MText `message openfile

    to

    <MText `Go To Link

    then {cautiously} change all:

    .fm'>

    to

    .fm.firstpage'>