changing the title of modal popup dialog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there a way to change the title of the Popup opened using
window.showModalDialog. I have specified the title in the HTML of the popup.
At the end of the title, it is attaching Webpage Dialog. If possible I would
like to remove that and just display the text that assign to it. Please let
me know.

Thanks,
 
Hi,

Is there a way to change the title of the Popup opened using
window.showModalDialog. I have specified the title in the HTML of the popup.
At the end of the title, it is attachingWebpage Dialog. If possible I would
like to remove that and just display the text that assign to it. Please let
me know.

Thanks,

I would like to do the exact same thing. Did you have any luck? I
will post here if I figure it out.
 
The plain API instruction is SetWindowText or
it's associated message WM_SETTEXT

You only need the window handle.

Good luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top