Skip to Content
0
Former Member
Nov 24, 2005 at 09:47 AM

Call Method from HTMLB

31 Views

Hi @ all,

I'm new to HTMLB JspDynpages. I've started with building pages with buttons etc. But now I want to create a Isolated HTML Container. If I'm writing the url for that container in the HTMLB tag, it runs fine.

<hbj:isolatedHtmlContainer id="isohtmlCont"
        width="400"
        height="200"
	srcUrl="www.sap.com"
	scrolling="AUTO"
	bordered="true"
	tooltip="An isolated container"
>

But now I want the link dynamic.

How can I call a get method that gives me that dynamic

url for the srcUrl parameter?

Regards,

Dennis