Open page in Joomla
        Posted  
        
            by 
                dutt
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dutt
        
        
        
        Published on 2011-01-10T08:51:33Z
        Indexed on 
            2011/01/10
            8:53 UTC
        
        
        Read the original article
        Hit count: 261
        
I'm using Jumi to echo php code and then showing that in a Joomla Article, and everythings working fine. Now I want to do this:
The output is basically a list from a database like this:
Name    Price    Type
A       1        T1
B       2        T2
In this list I want to include links to only show items of the same type, so "T1" would like to a page only showing things of type T1. So I thought I would do this by making a new page that takes a type and then get all the items of that type from the database. Without Joomla this wouldv'e been a piece of cake, with Joomla I'm not quite sure where to begin.
How should the a href=... tags in the html code printed by my php script look?
Is my basic structure still correct, and if so, how do I make Joomla open the new page in the normal frame and not replace the whole Joomla page. some kind of target-frame attribute?
© Stack Overflow or respective owner