I have button which when clicked does a popup window which is opened using showmodaldialog(xyz.aspx, dialogarguments)...
the xyz.aspx page has the title set as....
<title> ABCD </title>
now when is button is clicked..the window does pop up but the title bar is not set as ABCD but as "-Web Page Dialog"
Can anyone let me know how to set it as "ABCD -Web Page Dialog"
Why doesnt the title dispaly as i have specifically set it...
Any help would be really aappreciated...
Thanks..
JSha