Code: Alles auswählen.
CASE button_event->id.
WHEN 'display_claim'.
navigation->set_parameter( name = 'pernr'
value = pernr ).
navigation->goto_page( 'absences.htm' ).
WHEN 'display_consumend'.
WHEN 'display_approved'.
WHEN OTHERS.
ENDCASE.
Code: Alles auswählen.
<htmlb:link id = "results"
text = "Ich bin ein link"
onClick = "results.htm"
target = "frame2"/>
Code: Alles auswählen.
<a href="results.htm" target="frame2">Ich bin ein Link</a>