Hi folks,
I have a problem in my BSP with frames and JS... could anyone help me??
In the BSP, i defined a hidden layer:
<div id="book_layer" style="position:absolute;z-index:10;visibility:hidden"> </div>
And depending of the user selection, when the button is pressed, a JavaScript function is called:
<%
l_popup = 'javascript:popup_book(' w_training-objid ');'.
%>
<htmlb:button id = "btn_book"
design = "EMPHASIZED"
text = "<%= btn_text %>"
onClientClick = "<%= l_popup %>" />
I will continue in next message, i think that it doesnt wornk fine....