cancel
Showing results for 
Search instead for 
Did you mean: 

How to show different URL informaiton in my Iview

Former Member
0 Kudos

Hi

I am currently developing an application, where I need to show some header/footer information from a different URL. I.e during runtime, the header and footer info must come from the given Http url. Which UI Element I need to use? or what is the way of showing it in my Iviews ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sathya

Why dont you try constructing a HTML frameset ,sourcing the URLs. If Web Dynpro application is part of the app that needs to be shown then source that too.

The _target attribute within html anchor tags also allows for a rudimentary eventing

Regards

Pran

Former Member
0 Kudos

Hi Pran,

Thanks for reply, Can you please let me know more on how to create a HTMK Frame set. Yes as you said, the webdynpro applicaiton is going to reside inside the portal, where in the header /footer information alone is from the portal. I tried using Iframes, and able to get the header information, but since the header has some hyperlinks, which on clicking, navigates inside the frame itself.

please help me out.