Hoppa till huvudinnehållet

When create a weblink in the home panel how do I make it open in a new tab in the brower rather than in the current tab?

Kommentarer

6 kommentarer

  • Dan Giersz
    Add target="_blank" to the href tag
    0
  • Permanently deleted user
    thanks!
    0
  • Deep Bhari
    Folks, I am having an exact same problem as Ken with my HTML5 viewer. Looks like the solution is proven, but my dilemma is where do I need to make the changes suggested by Dan? Can someone guide or point me please?

     

    Deep Bhari
    0
  • Dan Giersz
    You need to edit the <a> tag to set the target parameter.  Right after the href parameter set the target parameter:

     

    <a href="geocortex.com" target="_blank"> Displayed link text </a>

     

    Placing this a tag in the Home Panel will put a link that opens in a new tab.
    0
  • Deep Bhari
    Dan,

     

    Thank you much, your solution WORKS like a charm. However, my dilemma is how to make the changes permanent so reopened/refreshed the changes made are not erased. I was wondering if there is are html/xml page like .css and javascript in the GCX package that I need to locate and make changes as suggested to make them permanent. Thanks again for your help.

     

    Deep
    0
  • Dan Giersz
    I'm not sure what you mean. Nothing you do in Essentials would be erased unless you are overwriting the viewer files outside of Essentials.  Even the viewer template updates should preserve anything you have added to the home panel.
    0

Du måste logga in om du vill lämna en kommentar.