Results 1 to 4 of 4

Thread: How to open website (url) in new page?

  1. #1
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default How to open website (url) in new page?

    Hi,

    I have the following question, of which I hope someone can help me with;

    I have created a custom module, with a custom created field called "website".
    This field is a 'text' field.

    Now when I fill in the url for website of a customer
    for example; www.thisisatest.com and I follow the link it opens in the same window as my sugar instance.

    How can I let this url (link) open in a new window?

    Thanks in advance!
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  2. #2
    eescribano's Avatar
    eescribano is offline Senior Member
    Join Date
    Mar 2009
    Location
    Netherlands
    Posts
    85

    Default Re: How to open website (url) in new page?

    In detailviewdefs with customCode writing the link in html adding target="_blank" could be one solution
    Elisabeth Escribano
    Webdeveloper

    MADCAP verademing in ict

    e.escribano@madcap.nl

    Schapedrift 89
    3371 JJ Hardinxveld-Giessendam
    Netherlands
    Tel 088 99 088 99
    Fax 088 99 088 98

    www.madcap.nl

  3. #3
    avdhesh is offline Sugar Community Member
    Join Date
    May 2008
    Location
    Noida
    Posts
    64

    Default Re: How to open website (url) in new page?

    you can add below type of array to show link in new page in detailviewdefs.php of that module.

    'name' => 'website_name',
    'type' => 'link',
    'displayParams' =>
    array (
    'link_target' => '_blank',
    ),

  4. #4
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to open website (url) in new page?

    great it works! thanks guys
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 2008-05-06, 02:58 AM
  2. Home Page: Top Open Opportunities
    By RickM in forum General Discussion
    Replies: 1
    Last Post: 2006-08-17, 07:53 AM
  3. Print button to open _blank page
    By woodym in forum Help
    Replies: 0
    Last Post: 2006-06-01, 02:38 PM
  4. Forcing a new portal page to open in a frame?
    By tom_mancino in forum Help
    Replies: 0
    Last Post: 2006-02-18, 06:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •