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"
/>
How to use href in htmlb?
Amutha
20 Jul 06 at 1:43 pm
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"
/>
justinram
21 Jul 06 at 9:43 am