This topic contains 1 reply, has 0 voices, and was last updated by pcutler 6 years, 7 months ago.

  • Author
    Posts
  • #21320 Score: 0

    k_dunc
    • Contributions: 0
    • Level 1

    Hi all,

    I have a script that creates a URL that is used in the Vendor Centre. When you click on the URL, by default, NetSuite launches this page into a new tab. Is there a way I can force the page to launch over the current page instead?

    Thanks heaps,

    Kirk.
    This is a cached copy. Click here to see the original post.

  • #21321 Score: 0

    pcutler
    • Contributions: 0
    • Level 1

    Where in the vendor center is your URL used? If its used in a location where you have control of the HTML, you can set the target attribute of the HTML anchor element. For example:

    Code:
    <a href="https://google.com&quot; target="_self">Click Here</a> or <a href="https://google.com&quot; target="_top">Click Here</a>

You must be logged in to reply to this topic.