Method Community

 

Unexpectedly seeing HTML code in a Solution

Last post 11-05-2014 9:00 AM by Method_Inderdeep. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 11-03-2014 2:09 PM

    • giseburt
    • Top 500 Contributor
    • Joined on 10-06-2014
    • Illinois, USA
    • Posts 12

    Unexpectedly seeing HTML code in a Solution

    Good Day!

    I am just starting to work in the Solutions area of the product.  I created a couple of html links that are supposed to open a target in another window/tab.  However, when I view the solution, I see:

    <a title="Link for 10 network" href="https://10.1.2.3" target="_blank">https://10.1.2.3</a> or <a title="Link for 192.168.0 network" href="https://192.168.0.1" target="_blank">https://192.168.0.1</a>

    I used the Insert/Edit Link button to create the link.  Am I missing something?

    Also, I see a number of abbr tags that are not rendered correctly.  For example,

    <abbr title="Internet Protocol">IP</abbr>

    Any help would be appreciated.

    Jim Giseburt

  • 11-05-2014 9:00 AM In reply to

    Re: Unexpectedly seeing HTML code in a Solution

    Hello Jim,

    Sorry for the late reply.The easiest way would be to hardcode the Label object with this value <a href="http://websiteaddress.com" target="_blank"> Link for 10 network</a> where you can enter any website address and the caption for it. You can also use Load web page action to load the desired webpages. You can also check this forum post which also explains about hyperlinks.

    -Inder

  • 11-05-2014 9:00 AM In reply to

    Re: Unexpectedly seeing HTML code in a Solution

    Hello Jim,

    Sorry for the late reply.The easiest way would be to hardcode the Label object with this value <a href="http://websiteaddress.com" target="_blank"> Link for 10 network</a> where you can enter any website address and the caption for it. You can also use Load web page action to load the desired webpages. You can also check this forum post which also explains about hyperlinks.

    -Inder

Page 1 of 1 (3 items)