I am using window.showModalDialog in current apps. How can change title based on upon some conditions in javascript? Can anybody help on this. Please don't consider duplicate post. I tried different ways to change title:
window.document.title="Add Cartons"var results=window.showModelDialog(url,"Add Cartons",windowarguments)
But I can't successes.
Please help on this.