Answered
Hi,
I have javascript to show a dialog..
What I need is that the dialog should be shown only once on document opening..
When the user closes the document and opens it again I donot want to show the dialog again..
To solve this issue, I thought of the following..maybe I headed in an entirely wrong direction?
I made a textfield and set the value to "yes".
Before showing the dialog..I check if this value is "Yes" then show dialog else dont show.
After showing the dialog..I set the value to "no"
However, after setting the value of the field programatically, there is a prompt to save the file..
Is there a workaround?
Thanks a lot in advance,
Prasad.
George Kaiser