Hello,
A colleague and I are having a problem using javascript’s window.open() function in the notes client. In a nutshell, we send query data to a server side process, specifying that the results should open in a new window. Our opening tag looks like this:
the function submitSearch() looks like this opens a window, ostenibly named ‘searchResult.’ however, once the search results are returned, another window called ‘searchResult’ is opened. In IE 6, the browser opens only one window. But the embedded browser in Notes opens 2.
Has anyone ever experienced this problem and/or know the cause & solution?
Thank you in advance.