Home
> SAP Enterprise Portal > SAP Portal Developer Guide
SAP Portal Developer Guide
1 March, 2006
Can’t remember that HTMLB syntax? Look no further…
Categories: SAP Enterprise Portal
Can’t remember that HTMLB syntax? Look no further…
How to use href in htmlb?
I’m not sure what you’re asking here so I’ll take a guess… If its how to create a link in htmlb take a look in the reference docs linked above. In particular:
<hbj:link
id="link1"
text="Link to google"
reference="http://www.google.com"
target="_TOP"
tooltip="this takes you to: http://www.google.com"
onClick="LinkClick"
/>