How to open a pop up window from a XML file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Revathi Balakrishnan
    New Member
    • Jun 2008
    • 40

    How to open a pop up window from a XML file

    Hi Friends

    The below shown is part of XML code


    <subcategory>
    <name>Portfol io Analytics</name>
    <description>Po rtfolio Analytics</description>
    <url>https://par.inautix.com </url>
    <entitlement>78 0</entitlement>
    <ibd>Any</ibd>
    </subcategory>

    when i click on the Portfolio Analytics code, it opens the pop up in the same window, i wanted to open this URL in a child window. Kindly let me know is there any way to do it.

    Is there any way to use a variable to store the URL?
  • Revathi Balakrishnan
    New Member
    • Jun 2008
    • 40

    #2
    i belive if i can insert an HTML tag within the XML , i can open a child window,that is i wanna inset a <a href="https://par.inautix.com " target=_balnk>P ortfolio Analytics</a> inside my XML code, Is it possible to do it?

    Comment

    Working...