Hello
Recently, I customized the EIS system by using JSP langiuge
but, I had problem with the border in 'iFrame' Tag when opendocument url was used.
I executed the opendocument url in iFrame Tag. but iframe's border appeared.
I wanted to remove the border. so, I added frameboder = 'no' on attribute of the iframe.
but, border still remained.
** iframe tag**
**************************************************************************************************
<iframe id="layout" frameborder="0" framespacing=0 marginheight=0 marginwidth=0 scrolling=no vspace=0 src = "<opendocument url>">
**************************************************************************************************
I need your help. T . T