Hi all, just have a question on when I open an EXCEL or MS Word document in a new window via below html statement, a logon on screen pops up and asking me to logon to the SAP Web Application Server, however, when I cancel, it will open the EXCEL/WORD, document, my question is, how can I remove/bypass the popup dialog screen asking me to logon to SAP WAS. Is this a network security issue?
<td><a href="/docs/<%= file_name%>" target="_blank">
<%= att_name%></a></td>
Note: "file_name" is the unix filename
"att_name" is the description of the filename
Thanks in advance for your help.
1. Is this from a BSP page?
2. <td><a href="<b>/docs/</b><%= file_name%>" target="_blank"> - can u give us the full path to analyze?
Is "/docs/" is a node in SICF?
Regards
Raja
Add a comment