Application on Notes Client and Internet Explorer6
I have to make an application work both on Notes Client and Internet Explorer6. In a form, I want to create an action button using JavaScript code to simulate a dialog box. The result is good in Internet Explorer, but not in Notes Client. In fact, it seems to be impossible to generate a blank page and fill it with JavaScript in Notes:
mp = window.open('','Selection','...arg...');
mp.document.write('Select names :');
Is this true? Do you have any solutions?
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
I would advise you to create separate solutions for displaying the dialog box –- one for the Notes client and one for the browser.
I don't think that it is doable with JavaScript.
Do you have comments on this Ask the Expert question and response? Let us know.
Dig Deeper
-
People who read this also read...
This was first published in January 2005