Hi guys,
I have the following problem:
I have implemented web application with WAD 7.0. Now I have to put a button in it. If I press this button new window should be opened with a file (html - file) which is stored in MIME Repository. With WAD 3.5 it was easy I could use javascript function: window.open().
window.open("/sap/bw/Mime/Customer/.../file.htm","NewWindow","width=750,height=700,left=100,top=100");
Now this solution doesn't work anymore. I tryed to change the path but without success.
I tried with command wizard but I was not successfull too. Maybe you have some idees how can I deal with this problem.
Regards
Erwin
Edited by: Erwin Buda on Dec 3, 2008 9:37 AM