Hi experts,
I developed a bsp application where the "index.htm" does the search and pass the result in "application variables" so that the "doc_list.htm" can display the result.
When I copy paste the link directly in IE7, it works perfectly but when I paste this link in a MS Office Application (Word or excel for example) and click on this link, it opens the bsp but doesn't display the result.
By debugging, I discovered that the "doc_list.htm" is initialized twice. The first time, it goes in "on initilization", all my "application variables" has got the data but after construction of this "doc_list.htm", this "on initilization" is called a second time and all my variables are empty and the page is build with empty data.
Do you have an idea why this happens only when I open this bsp through a MS office application.
Thanks for your help