cancel
Showing results for 
Search instead for 
Did you mean: 

Change htmlb button to look like a link

Former Member
0 Kudos

Hi all,

Is there anyway that i can make a HTMLB button look like a standard link. Basically i want a html link on my mcv bsp which triggers the DO_REQUEST_INDEX method within the controller class.

Any info would be much appreciated

Regards

Mart

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

then go for htmlb:link with onClick property, why do you want to do for button and then make it look like link?

Regards

Raja

Former Member
0 Kudos

Because i dint really know how to do a link and make it call the controller class. But thanks to your responce i do now thanks very much. does the following look about right?

<htmlb:link id = "myLink4"

onClick = "Linkclick"

text = "hello" />

Regards

Mart

athavanraja
Active Contributor
0 Kudos

this looks fine. you can also do more than that - image with link , etc.

check out the sample application.

sbspext_htmlb/link.bsp

Regards

Raja

Answers (0)