How to open the url link in new window or new tab in Sharepoint

Hello,
    Am having one custom list and one column name  contains type (Hyperlink & picture).I want to open this in a new tab on click I tried but i didn't get any solution even I follow this link also.
https://wb2-web.sharepoint.com/blog/Lists/Posts/Post.aspx?ID=9 
and I didn't get this line of code:     <a
onfocus="OnLink(this)" href="{$url}" >  
Any Help

You can do it one of two ways:
1. Insert some CSS that will change the target to "_new".
2. Change the field that the user enters information in to a single line of text, then create a calculated column that is:
=CONCATENATE("<a href=",[URL Field]." target=new>Click here</a>")
Format that as a number.
Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

Similar Messages

  • How to open the Url type in Attachments Table

    Hi All,
    If we attached the any files, files are stored in the fnd_lobs table, pickup the data from the fnd lobs table and stored in the local system but if attached the url type how to open the url type.is there any standard ?
    Thanks,
    Venkat

    You can do it one of two ways:
    1. Insert some CSS that will change the target to "_new".
    2. Change the field that the user enters information in to a single line of text, then create a calculated column that is:
    =CONCATENATE("<a href=",[URL Field]." target=new>Click here</a>")
    Format that as a number.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How to open the url in a new tab of the Browser

    Hi ,
    Am using jdev 11.1.1.2.1
    I have a commandLink in a jsff page and on click of that i want to open a new tab with the url given in the action listener.
    I have the action listener code below:
    FacesContext fctx = FacesContext.getCurrentInstance();
    ExternalContext ectx = fctx.getExternalContext();
    Url="/faces/Home.jspx";
    ectx.redirect(Url);
    For now it is redirecting in the same window and so wen i press the back button in the browser the session gets invalidated ,
    so i want to open it in a new tab.
    Please help.
    Thanks,
    Hari
    Edited by: Hari on Oct 15, 2012 2:23 AM

    Hi,
    You can try using "goLiink" and then use the property targetFrame set to "_blank"; below are some for ur references:
    targetFrame          
    _blank: The link opens the document in a new window.
    _parent: The link opens the document in the window of the parent. For example, if the link appeared in a dialog window, the resulting page would render in the parent window.
    _self: The link opens the document in the same page or region.
    _top: The link opens the document in a full window, replacing the entire page.
    Thanks,
    Pandu

  • How to open the URL in a new window

    Hi,
    i have created a web template with hyperlinks in it. when i click the link in the browser it opens it in the same window.
    how can i open the link in a new browser. we are in BW 3.5
    Thanks
    Krishna

    Try adding this to your URL at the end:
    target=_blank
    Hope this helps...

  • Extended Notifications: how to change the URL link

    Hello,
    We are on ECC6. We use Extended Notifications to alert users to the presence of new workitems, but when they click on the link to execute the workitem, they're presented with the login screen.
    We have been able to send emails from workflow which contain a link that does not ask for a login so I know which URL to use. The problem is, how can you set the URL in Extended Notifications? How does it decide which URL to use? I've tried changing a few General Settings in SWNCONFIG, none of them made a difference.
    Any hints, tips, suggestions would be appreciated.
    regards
    Rick Bakker
    Hanabi Technology

    Hi Rick,
    I wrote my own notification handler to solved an link issue (wanted to point to a specific iView url). I changed the notification handler via Category and double clicking on the category:
    Scenario                        WORKFLOW                       
    Category                        ZCATEGORY                    
    Description                    Adobe Administrator                            
    Requested Reliability          0 Undefined                                    
    Collective Message             A Grouping with Othe                           
    Notification Priority          5 Medium                                       
                                   Delete After Send                              
    Category Handler               CL_SWN_CATEGORY                                
    Notification Handler           ZCL_SWN_NOTIF_WF                          
    Handler for User               CL_SWN_USER_STD                                
    Have a look at some of the methods:
    LOAD_INSTANCE_WA
    ADD_LINKS_ACTION
    ADD_LINK_ACTION_DISPLAY
    ADD_LINK_ACTION_EXECUTE
    ADD_LINK_ACTION_DECISION
    CREATE_ACTION_ATTACHMENT
    CREATE_INBOX_ATTACHMENT
    Hope it helps you understand how the link is created.

  • URGENT :::how to open the uploaded OpenOffice SpreadSheet in Windows

    Hi frnds,
    i have a doubt regarding opening a uploaded spreadsheet in windows and it is uploaded thro windows platform only .
    i uploaded a OpenOffice SpreadSheet (.sxc)in windows platform .now i want to download that file. But when I click that download link of that file .it is not opening ,in the particular correct xls(Spreadsheet) format.
    its opening that file with some mixing of junk values. i saved that file as .sxc format before uploading .
    But if i renamed that file as .xls extension means then i can easilly Upload and downloding also done properly.
    Its opening the file in Correct format .any one can you clarify this doubt Urgently and send me the code (java Script code)
    My Scritp code is:
    <SCRIPT type="text/javascript">
    var tempstr;
    function call_XLfun(S){
    tempstr=S;
    var theSpreadsheet = new ActiveXObject(\"Excel.Application\")
    var theBook = theSpreadsheet.Workbooks.Open(tempstr)
    theSpreadsheet.visible=true;
    </script>
    with thanx and especting quick reply,
    Ramesh P
    [email protected],bangalore
    98459 35822

    Java isn't javascript and javascipt isn't java.
    These two are different.
    You chose wrong forum to post.
    with thanx and especting quick replyI gave you a quick reply ....

  • How to open text URL in the new tab

    Hi guys,
    We know that when we click on a hyperlink it will directly open the linked web site, e.g.
    www.bing.com
    But sometimes we may find some URL in plain text that we couldn't click on it, e.g. www.bing.com
    I'll have to select the URL and copy&paste it to a new tab to open it, this is time wasting.
    The time IE 9 came out, I found a wonderful add-on, Open URL in New Tab (with Preview)
    This will do the trick to open the text URL in the new tab by right click on it.
    http://www.iegallery.com/us/addons/detail.aspx?id=3614
    But I don't like two things of it.
    1st, it will try to preview the web site when I using it which is undesired.
    2nd, it will open the link through another site and then jump back to the link I need to open. But I'd like to open the link directly. Which will open the link more quickly also save my time.
    Questions:
    Is there any other way to open the plain text URL directly? I mean without copy and past it to another page.
    It would be great if I can open the URL by dragging it like the other...

    Is there any other way to open the plain text URL directly? I mean without copy and past it to another page.
    In these forums?  If you are using the NNTP Bridge you could view your message in your News reader's Plain text mode and then see that your two examples worked equivalently.   <eg>
    Otherwise, in general, I agree there are some pretty obvious "accelerators" which could have been provided.  
    I suspect much of the problem will be due to "security".   E.g. Windows used to have a functionality called text scraps, where you could select some text and drag and drop it just about anywhere to create a scrap file.   That's
    not working for me any more either.   If it were we could at least drag it to the Address bar and press Enter...
    http://technet.microsoft.com/en-us/magazine/2008.02.windowsconfidential.aspx
    (Microsoft search for
       text scraps
    <quote>
    virus writers loved this
    </quote>
    QED

  • Yahoo is my home page and News, Sports, Business links now shows a few sentences after each main URL link. How do I put it back to show just the URL links?

    Yahoo is my home page and News, Sports, Business categories/links changed and now shows a few sentences after each main URL link/topic. How do I put it back to show just the URL links/topics without having to scroll down and down the page. All the extra sentences after the links causes too much scrolling to view the topics.

    Those steps did not solve my problem. Here is an example of what I see although it's not exact copy/paste. All I want to see are the links but I get all the verbiage after the links
    Firefox 17.0.1 version
    ''' '''Ask Stacy: How Can I Rebuild My Credit?''''''
    Here’s a question familiar to millions of Americans… Stacy, My wife and I recently filed for bankruptcy due to high medical bills we were unable to pay. We purposefully didn’t add our Wells Fargo credit ...
    Money Talks News
    '''Analysis: High stakes for Cuba in Chavez's cancer battle'''
    HAVANA (Reuters) - As Venezuelan President Hugo Chavez recovers in Havana from his fourth cancer operation, Cubans face renewed worries about their economic future if the country's top ally dies or has to step down from office. Cuba has staked its economic well-being on the success - and generosity…
    41 mins agoReuters
    [$$] Playing FICC or Treat With Bank Investors
    '''Playing FICC or Treat With Bank Investors'''
    The Wall Street Journal
    AdChoices
    '''Cybergeddon
    A digital crime thriller from Anthony E. Zuicker, the creator of CSI. Only on Yahoo!
    And here is what Internet Explore shows: All LINKS below
    '''Molten gold signals mining's return to Calif.'s Mother Lode'''
    '''Century-old fight for Budweiser name hits new snag'''
    '''NRA goes silent after Connecticut school shooting'''
    '''.Authorities: Kansas man who killed 2 cops dies'''

  • How to open a URL without session ID and reuse the current browser session?

    Hi All,
    I have a question about HTMLDB 2.0
    How to open a URL without session ID and reuse the current browser session?
    That was the behaviour in HTMLDB 1.6 ...
    My usecase for this is the following:
    We have written an issue tracking application, which sends e-mail to the interested users, when something happens.
    In these email we've put a link to some page, with some parameters in the URL.
    The idea is for the user to be easy to click on the hyperlink and to see the details of the ticket.
    When the user clicks on such a link he is directed to a login screen (page 101) and he enters his Username and password, and is then forwarded to the details for the ticket.
    Then he receives another email (e.g. for another ticked). He clicks on the link and :
    a) in HTMLDB 1.6 he goes to the details as he didn't close his browser and session is remembered
    b) in HTMLDB 2.0 he is prompted to enter username, password with the username populated
    Please tell me how can I achieve the same behaviour in HTMLDB2.0 as it was in HTMLDB 1.6.
    I understand this change is somehow security related, althogh I don't understand how. If you can explain this either I would be very happy?
    Best regards,
    Mihail Daskalov

    Mihail - I detailed a couple of approaches here: Re: Application Link
    Scott

  • How can I stop my Firefox browser from preventing Click Earner, a program that opens email ads on safelists, from opening the URL's in the email ads?

    Hello fellow-users of Mozilla Firefox,
    I send email ads using 20 different safelists every day. To get credits for sending those ads I click email ads sent by other subscribers.
    Since early this year I've been using Click Earner -- http://www.clickearner.net/ -- to help speed up this task. Click Earner "fetched"
    the emails from each safelist and opened each URL advertised in each email. This was a very quick job and all I did was close each tab
    displaying the URL. Credits for clicking the URL were added to my safelists accounts.
    Since a week ago, without me doing anything at all, my Click Earner stopped opening the emails automatically as was the case for
    several months since I started using it. Click Earner support claimed Firefox prevented the program from opening the URL in a new tab each time it fetched an email ad. True enough, yesterday when I watched Click Earner in action I saw a pop-up from Firefox saying something like "Firefox prevented..." I couldn't read the rest as the pop-up disappeared immediately. And that was the only
    time I saw it.
    Right now I have to open each URL manually to see the ad and earn credits. This is a very slow process, just the same as when I open the emails in my gmail account. It's useless for me to subscribe to Click Earner. And it takes forever for me to earn credits from all the safelists.
    I'd appreciate it very much if any one of you folks would help me overcome this glitch. I look forward to hearing from you and thank you very much in anticipation.
    Regards,
    Tom Graciano

    You could try turning off Firefox's pop-up blocker.
    "3-bar" menu button (or Tools menu) > Options > Content
    There you will find a checkbox for "Block pop-up windows". Assuming it's checked, uncheck it.
    Does that return to the behavior you want?

  • How to change the url of "Add New Item" of a particular list in SharePoint 2013???

    Hi Guys,
    How to change the url of "Add New Item" of a particular list in SharePoint 2013???
    I need to redirect it into the page where I have created my Visual web part.
    Please suggest
    Warm Regards,
    Tony Joy

    Hi,
         There are multiple ways to change the form url like javascript, SharePoint designer, custom code, editing default form to have custom web part etc, Please follow the url below that describe diffent methods and steps
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ec2769a0-683c-4023-8804-b596e4f92a3a/change-default-forms-on-custom-list?forum=sharepointcustomizationlegacy
    Hope it helps!!!
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • Can we open a URL link from an RFC and access the data in the link.?

    Can we open a URL link from an RFC and access the data in the link.
    I have the following scenario.
    I have a URL link and it opens a KM folder in the Portal server and I need to put a PDF file in that KM folder
    Can we do that with the help of an RFC, can we deal with Links in RFC, is there any such FM??
    Regards

    >
    SAP LEARNER wrote:
    > Can we open a URL link from an RFC and access the data in the link.
    >
    > I have the following scenario.
    >
    > I have a URL link and it opens a KM folder in the Portal server and I need to put a PDF file in that KM folder
    >
    > Can we do that with the help of an RFC, can we deal with Links in RFC, is there any such FM??
    >
    > Regards
    I guess you are trying to connect from the R3/ECC to the Portal Server.
    Are these two systems in the same network? Do you have usernames (valid and fully authorized) in both systems? What is the OS on which these two systems are housed?
    Please provide these details to proceed further.
    Regards
    Sabu

  • How to open a commanLink link in new tab?

    Hi all,
    I have created a commandLink n it's working fine...
    It is passing values to the next page,but the new page gets opened in the same frame...
    In my case, I have jsff screens in a frame on main page...
    My requirement is that wen one clicks on commandlink on one screen ,that link should get opened in new tab in that same frame.....
    I tried that useCommand thing....
    but it tries to open in new browser window...
    Please help me out...
    Thanks

    Hi Yamini,
    Opening a new window in new tab is not advisable since that can be overided by user's browser customization
    so better hav a popup else navigate to different page else open a new window....
    Regards,
    Suganth.G

  • How to edit the url of sites in new tab page of firefox

    If we open newtab in firefox 9 tabs are visible. How to edit the url address of the previously pinned tab.

    I found solution for this problem.
    1. Type ''about:config'' in firefox url and click enter.
    2. An alert will be shown on click on "I'll be careful, I promise!" button.
    3. Type ''browser.newtabpage.pinned'' in textbox and click enter.
    4. Right click and select '''Modify''' option to edit the url address.
    ''I want to change this url address''
    [{"url":"http://localhost:8080/Admin/login","title":null},]
    After change the url address in firefox is
    [{"url":"http://localhost:8080/Admin","title":"Admin"},]

  • When i type a url, it open this url every time "chrome://browser/content/browser.xul" and it open the new window in a tab. Please help

    or when i tri google search, this url is automatically open and open a new window inside a tab.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

Maybe you are looking for

  • Payment of Expense Report invoice created from credit card transactions

    We are implementing corporate credit cards into iExpenses using the company pay method. When expense reports are created from aquitting credit card transactions and exported into Payables does anyone know if it is possible to pay the expense report i

  • Unlock ipad mini

    Hey Guys, I recently purchased an iPad mini (wifi+cellular) from an online portal in the UAE to be used in India. One of my friends in Dubai received it yesterday (July 10) from the portal. When she opened the box, she realised that a Verizon sim car

  • I have organizer 8 to input name tags.  The whole process of inputting tags has stopped working.

    I have exhausted all remedies I know of, including restoring windows.  I have windows7, a 64 bit, I7 computer.  I have read some of the support comments as well as forum comments.  It is obvious that I had better not ever try reinstalling any Adobe p

  • Help with pl /sql script

    Hello everyone. Can sb help me in creating the following script based on three tables: id col1 314 somevalue2 id id1 col2 314 1 somevalue4 314 2 somevalue5 314 3 somevalue6 id id1 id2 cod qty 314 1 1 LTR 10 314 1 2 KG 20 314 2 1 LTR 40 The result sho

  • Dynamic BSP HRHCP_PLANNING

    Hello Guru's I am working with BSP HRHCP_PLANNING which contains several html pages. One is called navigation and I want to do some changes in this one... i don't want to do them directly to the page, so what  do i do? make a z-copy? If I do, then th