would like to know how can this be implemented in Joomla. I have a module that parse links from a RSS Feed, Now I want all that link to open in an IFrame once click by a user. I think it can be done by using Javascript But the problem would be some user disabled there javascript.
I think it can’t be done just adding a PHP line in my template, I would have to tweak the feed module to open in new browser. If you have better approach please, I would love to hear.
Basicall What I wan’t is to get the data’s from an RSS feed and parse it, and make all the links open to an iframe every time it’s being click.
Thanks!
Make sure you template has an iframe to display the link, then when you output the links, give the a tag a “target” attribute: