title on the titlebar disappears for IE6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • soumili
    New Member
    • Jan 2009
    • 2

    title on the titlebar disappears for IE6

    I have implemented a dialog box (an html page) using showModalDialog .
    . In the top of the page, I have defined a title as follows:

    <title>My Title</title>

    when i use IE6, at runtime, the text in the title bar disappears only the "-- Web Page Dialog" appears like the following:

    -- Web Page Dialog

    whereas if i use IE7 the title is displayed properly as:"My Title--Web Page Dialog"


    How can I cause the dialog to appear with my title also in IE6 - i.e., "My Title --
    Web Page Dialog" .

    Thanks!
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    This is not a html question. Ask in the board related to your programming language.

    Comment

    • soumili
      New Member
      • Jan 2009
      • 2

      #3
      actually the showModalDialog method is present in a javascript file.which is called from an html file.

      Comment

      • Death Slaught
        Top Contributor
        • Aug 2007
        • 1137

        #4
        Regardless we need your code or a link to a sample/test page.

        Thanks,
        {\_/}
        (' . ')
        (")[DEATH](")
        (")(")

        PS - If the showModalDialog box is being called from a Javascript file then your problem is most likely to be in the Javascript.

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          Originally posted by Death Slaught
          If the showModalDialog box is being called from a Javascript file then your problem is most likely to be in the Javascript.
          And now we're back to step #2. ;)

          Comment

          Working...