Popup Problem in ShowModalDialog

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarunmphil
    New Member
    • Aug 2006
    • 1

    Popup Problem in ShowModalDialog

    Hi,

    I am opening a popup using showmodal dialog from our testing site. In my development system i write code for opening the popup in showmodal dialog with no scroll bars, no status bars and not resizeable. its working fine in my system, but when i open the same popup window from our testing site, its opening with status bar and a small IE icon(done symbol). how to avoid this?
    thanks.

    Arun.K.S
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    The problem will be that it's not a trusted dialog. Make sure that it's a trusted application.

    Comment

    Working...