cancel
Showing results for 
Search instead for 
Did you mean: 

Using IFrame

Former Member
0 Kudos

HI

Can any body Explain

1. Why and how to use IFrame UI of WebDynpro

as I know we need to keep our HTML in src>mimes>components>OurPackage>OurHTML of our WebDynpro Project

but,

2. In the source property of IFrame how to give URL

3. How to get the inputs from input fields of that HTML to apply some logic

Regards

Abhijith YS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

chk it

http://help.sap.com/saphelp_nw04s/helpdata/en/15/c07941601b1d09e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/7652a84fada444bd11ca73670ce7dc/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/9b/0af941df152135e10000000a1550b0/frameset.htm

/thread/59391 [original link is broken]

Create a context attribute of type String and bind it to the Source property of the iFrame in the layout. Populate this context attribute with an URL dynamically and the iFrame will show it.

Answers (0)