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,
ted.pederson@gmail.com - 30 Jan 2007 05:42 GMT
On Jan 29, 12:33 pm, Sridhar <Srid...@discussions.microsoft.com>
wrote:
> Hi,
>
[quoted text clipped - 5 lines]
>
> Thanks,
I would like to do the exact same thing. Did you have any luck? I
will post here if I figure it out.
Sridhar - 30 Jan 2007 13:55 GMT
I didn't find the solution. I will also post here If I get it.
> On Jan 29, 12:33 pm, Sridhar <Srid...@discussions.microsoft.com>
> wrote:
[quoted text clipped - 10 lines]
> I would like to do the exact same thing. Did you have any luck? I
> will post here if I figure it out.
Crest Teethgel - 31 Jan 2007 00:44 GMT
The plain API instruction is SetWindowText or
it's associated message WM_SETTEXT
You only need the window handle.
Good luck
> 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.