Hi BSP gurus,
I'm a BW developer, I don't know BSP, or HTML or java script but I need your help.
Before posting this message, for two days, I did my search and also try the scripts in this forum. Since, I'm not HTML guy, it did not work.
Pls help how to convert this message into popup window message.
ELSEIF GV_INTEGER <> 0.
%>
<table border= "2" BGCOLOR="#CCFF99">
<tr><th>Messages</th></tr>
<%
%>
<tr>
<td>
alert("your message here..!")
<%= UPLOAD_TARGET %>
<%= ' File Upload triggered Successfully.' %>
<%= 'Please wait for 3 mins for BW to upload the file to the InfoCUBE' %>
</td>
</tr>
<%
ENDIF.