Target=_blank is not working in XML code

Hi Experts,
I have very basic question I am passing an extenal URL in XML code but target=_blank is getting ignored.
<a href="http://localhost:8080/VikasSSO/Test.jsp" target="_blank">Click vikas</a>
I done some research on it and found we can achieve it with java script only as target=_blank wont work directly in XML.
Regards
Vikas

See the Data which is coming from AD and validate the type of your fields.
Did you check connector logs ?

Similar Messages

  • Target="_blank" does not work under Iframe Sandbox

    Hi,
    I am trying to open an external link with Firefox 26.0 from within Iframe with Sandbox attribute.
    Is there any attribute required to setup in order to open a external page from Iframe?

    Yup, i did try that in first place.
    This appears to be a known bug and milestone is FF 27+ .
    https://bugzilla.mozilla.org/show_bug.cgi?id=766282

  • Layout Mode not working in T-Code SQVI for some GUI

    Dear Experts,
    It has been found that the Layout mode is not working in T-code SQVI in some of our users Systems . The Layout Mode is working perfectly fine in some system though. If we select Layout mode in some system it is showing screens the same as in Basis Mode.
    The GUI version is same in both the machines and both are having the same OS.
    GUI Version : 710
    OS : XP
    Kindly suggest if any settings needs to be done in System or GUI so that all the systems get the same interface of Layout Mode as required.
    - Jitesh

    Hi experts,
    Just wished to post the solution of the Issue raised by me...
    I just needed to update my GUI Patch level available at market Place.
    Thanks.
    Jitesh

  • "Display the number of found items in the find toolbar" Not work in xml file

    Word count feature that comes with version 32 does not work in xml file.

    This only happens when Firefox uses the "pretty print" layout if there is not XSL stylesheet file.
    * <b>about:config</b> page: layout.xml.prettyprint = false
    *http://mxr.mozilla.org/mozilla-release/source/content/xml/document/src/nsXMLPrettyPrinter.cpp
    *http://mxr.mozilla.org/mozilla-central/source/dom/xml/nsXMLPrettyPrinter.cpp
    *chrome://global/content/xml/XMLPrettyPrint.xml
    *chrome://global/content/xml/XMLPrettyPrint.xsl

  • PowerShell code not working import XML to SharePoint list

     
    All hi, I don't understand why doesn't work? XML file from here -
    http://www.cbr.ru/scripts/XML_daily.asp?date_req=23/01/2015
    if(!(Get-PSSnapin Microsoft.SharePoint.Powershell -ErrorAction:SilentlyContinue))
    Add-PSSnapin Microsoft.SharePoint.Powershell
    #Set these two variables accordingly
    $WebURL = “http://sharepoint/Test”
    $ListName = "Test"
    $XMLFilePath = "C:\Test\XML\XML_daily_asp.xml"
    #Get the Web
    $web = Get-SPWeb $WebURL
    #Get the List
    $ProjectList = $web.Lists[$ListName]
    #import xml file
    $ProjectXmlFile = Get-Content $XMLFilePath
    foreach ($XMLProject in $ProjectXmlFile)
    $NewProject = $ProjectList.Items.Add()
    $NewProject["Title"] = $XMLProject.Value
    $NewProject["NumCode"] = $XMLProject.NumCode
    $NewProject["CharCode"] = $XMLProject.CharCode
    $NewProject["Nominal"] = $XMLProject.Nominal
    $NewProject["Name"] = $XMLProject.Name
    $NewProject["Value"] = $XMLProject.Value
    $NewProject.Update()
    Write-Host "Has been Added to External Projects list!"

    I understood, my error was that it is necessary to add (.ValCurs.Valute) to $ProjectXmlFile.ValCurs.Valute, and also surely to specify an ID (i.e. Valute ID)
    This' working code:
    Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
    $WebURL = "http://sharepoint/Test"
    $ListName = "Test"
    $XMLFilePath = "C:\Test\XML_daily_asp.xml"
    $web = Get-SPWeb $WebURL
    #Get the List
    $ProjectList = $web.Lists[$ListName]
    #import xml file
    [xml]$ProjectXmlFile = Get-Content $XMLFilePath
    foreach ($XMLProject in $ProjectXmlFile.ValCurs.Valute)
    $NewProject = $ProjectList.Items.Add()
    $NewProject["Title"] = $XMLProject.id
    $NewProject["NumCode"] = $XMLProject.NumCode
    #Set the People Picker Field
    $NewProject["CharCode"] = $XMLProject.CharCode
    $NewProject["Nominal"] = $XMLProject.Nominal
    $NewProject["Name"] = $XMLProject.Name
    $NewProject["Value"] = $XMLProject.Value
    $NewProject.Update()
    Write-Host "Project $($XMLProject.id) has been Added to External Projects list!"

  • Target Display Mode not working iMac 27(2012) Bootcamp to iMac 27(2013)

    Hi All,
    I recently purchased an iMac 27" 2013 which replaced my iMac 27" 2010.
    ===============
    PREVIOUS SETUP
    ===============
    (1) iMac 27" 2012 - Running Windows 8.1
    (2) iMac 27" 2010 - Running OS X Mavericks
    (1)+(2) were connected with a Mini-Display-Port cable.
    (1) was using (2) as external display while (2) was set to Target Display Mode using CMD+F2
    ==============
    CURRENT SETUP
    ==============
    (1) iMac 27" 2013 - Running Windows 8.1
    (2) iMac 27" 2012 - Running OS X Mavericks
    (1)+(2) are connected with Thunderbolt cable.
    (1) can't use (2) as external display anymore becuase CMD+F2 has no effect anymore on (2) in this scenario.
    If (1) and (2) are both running OS X all works as expected.
    I am aware about the support hint from Apple where they state TDM is not working under Bootcamp.
    And I agree, while booted into Windows Bootcamp this machine can't serve as external display. Makes sense because TDM is baked into OS X display drivers.
    Anyone had the same experience and came to a soltuion?
    Thanks,
    Martin

    "Apple has no plans to implement a client driver for Windows since there is no Thunderbolt SW stack available for Windows like there is for Display Port."
    That is a little bit funny since Gigabyte and other big companies have said that 2014 is the year that they are going to implement Thunderbolt in many motherboards.
    "GIGABYTE 7 series motherboards are the very first to offer fully certified dual onboard Thunderbolt™ ports. Capable of connecting up to 12 devices plus 3 digital displays simultaneously with breathtaking data transfer speeds that can transfer 1TB of data in only five minutes, GIGABYTE Thunderbolt™ motherboards offer the fastest connection interface on the desktop PC."
    Have you asked Apple about that? I dont understand why Apple is crippling Thunderbolt on their devices...

  • Sorting not working inside xml format

    Ok I know my title is not clear, but I have a table that is
    called with a spry if, inside another spry data set, and I have
    been having quite a bit of trouble with it. The sorting and even
    odd would not work....(though they work on the same table with the
    same source if it is not inserted within the spry data set) I
    worked on it quite a while yesterday (got it updated to 1.6 )and
    finally got the even/odd to work using the 'other' class from one
    of your examples....that is after trying every even odd combination
    I could think of....but I still can't get it to sort.
    <table id="sortable" width="100%"
    spry:if="'{formcriteria}'=='yes'">
    <tr>
    <th width="71%"
    spry:sort="dsAgentForms::formname">Form Name and Description
    </th>
    <th width="29%" spry:sort="dsAgentForms::formnum">Form
    Number</th>
    </tr>
    <tr spry:repeat="dsAgentForms" spry:even="dsAgentForms
    other" spry:hover="rowHover">
    <td height="28"><a
    href="{dsAgentForms::url}">{dsAgentForms::formname}</a></td>
    <td><a
    href="{dsAgentForms::url}">{dsAgentForms::formnum}</a></td>
    </tr>
    </table>
    you click on the "Forms & Applications" tab to see the
    table
    http://www.nmprc.state.nm.us/als2.htm
    I am using DW CS3 and it is fairly easy to insert a sortable
    table, but somehow, with this table being inside another spry data,
    it loses its sortability.
    you see in my code I am using
    spry:sort="dsAgentForms::formname" and I know this is not usual,
    the usual would be without the dsAgentForms:: part, but this was
    just the last thing I tried before posting. I thought that maybe
    because all the rest of the table needed the extra designation,
    that maybe the sorting did as well....

    I got it........it was the syntax of the spry:sort it needed
    the below instead of what I had
    spry:sort="dsAgentForms formnum">
    it was also the same error for the even odd, they now work
    with similar syntax
    thanks for the numerous examples you give us, I can get most
    anything I want to try to work if I have a working example
    :)

  • After upgrade date selection does not work in xml forms

    Hi Experts,
    since we upgrade the portal from 7.0.19 to 7.0.24 we have a problem with the timestamp in the xml forms in combination with IE7. When we click on the date selction button, the date screen appears and the form disappears. The only option we can choose is cancel and then the date selection screen disappears and the form is not comming back. Selecting a date en choose ok does not work. I tried with IE6 then it works fine. Before the upgrade it works fine with IE7.
    How to solve this?
    thanks in advance.
    Vo.

    I created a OSS message and the answer is : [Note 1491775 - XML Forms locked when closing browser window|https://websmp130.sap-ag.de/sap(bD1ubCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1491775]
    gr
    Vo.

  • Touchscreen not working: error message code 45, says "device is not connected to the computer"

    My subject message basically says it all.  My touchschreen is not working at all.  I went into device manager and found error message code 45, which states that the "device is not connected to the computer."
    I have tried updating drivers, uninstalling and reinstalling the device, and other things, but nothing working.
    All advice appreciated.

    Hi @Jim9 ,
    Welcome to the HP Forums!
    I saw your post regarding the error code 45. From what you have described this sounds like it is a hardware issue. The only real troubleshooting I can recommend (that you haven't already done), is going a full System Recovery to restore it back to factory defaults. If the issue still occurs then we know it is a hardware problem.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Basic Composition Widget HIDE TARGET on CLICK not working on PHONE layout?

    Hi all this relates to behaviour with basic Composition widget when in PHONE layout - When all elements set to HIDE TARGET on CLICK in the PHONE layout a 'click' on the target does not hide it...
    APPLICATION
    Using a basic composition widget [single trigger] for the PHONE menu drop down.
    Everything works except clicking on an item in the target area does not hide the target.
    Important because I am kinking to anchors on the same page - the links all work - the page scrolls behind the menu!
    It's PHONE so can't use Hide on "Roll Out"

    Hello,
    You would need to make sure that all the containers (Targets and Triggers and the Container inside which the Triggers reside) have a reduced width in order to have a reduced width of the whole slideshow.
    In case you are still facing issues, please provide us some screenshots where we can check the issue.
    You can also contact our chat support using the steps mentioned in the article : http://helpx.adobe.com/x-productkb/policy-pricing/support-options-muse.html
    Regards,
    Sachin

  • LSMW Recording method is not working for transaction code FBL5N

    Hi Experts,
    I am trying to prepare LSMW to create dispute cases for customer line items through LSMW Recording method. When i was trying to do through SHDB Recording its working properly through Program. But its not working through LSMW Recording method means its not executing to next screen, immediately its displaying session completed screen.
    Please do let me know any soution for this.
    thanks,
    Sriram.

    Hi Sriram,
    If my memory serves me correctly, a BDC will not work correctly with a list. This is mentioned somewhere in the SAP help pages.
    Now I am not familiar on how to create dispute cases but using FBL5N does not sound to me the way to go.  I assume that you use FBL5N in order to determine to which documents to link the dispute to, however you should be able to get the requested info from the BSID/BSAD tables.
    Also in case you want to change the customer line item in the accounting document, check the data transfer workbench (SXDA) as SAP delivers a standard program for this.
    Kind regards,
    Robert
    Edited by: RJ. Schamhart on Jan 14, 2011 12:35 AM
    Edited by: RJ. Schamhart on Jan 14, 2011 12:43 AM

  • Navigation from union request - navigation target "is prompted" not working

    Hi friends..
    I've created a union request from 5 request.
    I'm trying to navigate to other request using value interaction. The column is "Is Prompted" on the other request.
    But thats not working. I'm seeing all the record instead of the filtered record.
    Please give me some solution.
    Thanks

    Try this for starters :
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_url_passing_filters
    I'll dig out some more posts we answered recently which helped a user out.
    Here you go :
    Re: Data level security
    Edited by: Alastair_PeakIndicators on 25-Mar-2010 08:21

  • ALL_CAPITAL is not working RSKC T -CODE

    Hi Experts,
    Iam facing an error which says INVALID CHARACTERS for one of the field.
    the field data type is CHAR(60) in both R/3 & BW.
    There is no error  in data packets when this field contains only numeric.
    for example of values -  021,  035, 458634,  ....
    The data packets are showing error when the value of this field is a combination of numeric(0,1,2..) & Character (a,b,c...).
    We tried RSKC also with value ALL_CAPITAL also but its not working.
    Can anybody help .

    Hi Paolo,
    Thanks for the reply iam loading inthe quality instance, i think the invalid character contains "^" and "@" as well.
    How to allow or remove this?
    The volume of record is high..
    Regards
    Ganesh

  • Logging Not Working in Java Code

    Hi everyone,
    I'm looking into the Java code for the Portal app, and I'm trying to do some debugging as to what's going on.  I see a lot of the Adobe classes use the log4j Logger to output general logging information as well as errors, but there never seems to be any output in the log files.  The files I'm checking for activity are:
    Adobe LiveCycle ES2\jboss\server\lc_turnkey\log\server.log
    Adobe LiveCycle ES2\jboss\bin\correspondencemanagement.log
    When I build and deploy the application onto the LC server, just before my application starts I get the following line in the server.log:
    2011-04-29 14:30:49,055 INFO  [STDOUT] **** No servlet context set in ServletLogTarget - logging disabled.
    followed by a message saying that my application has started.  The line above happens everytime I re-deploy the application (without actually running the app), right before it starts, so I'm assuming that it is directly related to my application.
    The only 'com.adobe' related logging lines that happen in the correspondencemanagement.log file are written when I physically run the app, and I get the following line:
    2011-04-29 14:31:34,298 69729 INFO  [com.adobe.dct.service.impl.DataDictionaryRegistryServiceImpl] Fetching Complete Data Dictionary object graph.
    Looking into the code for the com.adobe.dct.service.impl.DataDictionaryRegistryServiceImpl class, I see it uses a completely different logging system (ie not log4j).
    *sigh*
    I've changed the services-config.xml file and tried setting the logging target to both flex.messaging.log.ServletLogTarget and flex.messaging.log.ConsoleTarget, but neither seem to make a difference.
    I must be missing some kind of configuration to get the logging to work correctly, but Google has been little help as well.
    Hopefully someone has crossed this issue before, and has a solution?  Any help / pointers / advice etc welcome and appreciated!!!
    Thanks,
    Kristian

    Thanks for the reply Saket.
    It turns out that the logging was working correctly all along.  The messages I could not find were all related to bootstrap code.  I was assuming that the bootstrapper would run each time the application was deployed, or at the very least each time the server was started.  It turns out that you manually need to run the bootstrapper.  So I was looking for log lines that would never appear by themselves.  Once I manually ran the bootstrap process, the log lines ran as expected.
    Cheers,
    K.

  • Buttons not works into xml forms

    Hellow,
    I have created some custom XML forms . However, the buttons on the editor (hyperlink, text size etc) dont work. I Have created 2 types of buttons, one type is a button standard of xml forms builder. And the second type is a button created with html code.
    My problem is that only one of these types works at the same time.
    Some body knows how i can solve the problem??
    Thanks

    If you have metalink access check out Note:357545.1 it describes the behavior you are seeing, this is caused by Microsoft's IE way of handling embedded objects, the embedded objects will no longer be activated automatically, instead they will require a user interaction like a "click", this is why you have to click twice.
    Just like Gerd have said above, this will only appear if you are using "seperateframe=false"
    Tony

Maybe you are looking for