Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. IE8 issue--URGENT PLZZZZ....

IE8 issue--URGENT PLZZZZ....

Scheduled Pinned Locked Moved ASP.NET
helpsysadminwindows-admin
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chetan_agarwal
    wrote on last edited by
    #1

    Hi All, I was facing a issue in IE8 - When I open second/third level pop-up window and closes it then it opens on new page.I solved the issue.But I did tested it on IIS 5.1..When I deployed it on server having IIS6 then it reflected the same POP-UP issue again. Any Help will be helpful...

    Y N M 3 Replies Last reply
    0
    • C chetan_agarwal

      Hi All, I was facing a issue in IE8 - When I open second/third level pop-up window and closes it then it opens on new page.I solved the issue.But I did tested it on IIS 5.1..When I deployed it on server having IIS6 then it reflected the same POP-UP issue again. Any Help will be helpful...

      Y Offline
      Y Offline
      Yusuf
      wrote on last edited by
      #2

      How are your opening your pop-up window? If it is through javascript, it may not have to to anything with the version of IIS you are using. Show us a code as to how your are opening your pop-up window. Also, mind you some browsers can be set up to open popup windows in new window. check your browser setting.

      Yusuf May I help you?

      C 1 Reply Last reply
      0
      • C chetan_agarwal

        Hi All, I was facing a issue in IE8 - When I open second/third level pop-up window and closes it then it opens on new page.I solved the issue.But I did tested it on IIS 5.1..When I deployed it on server having IIS6 then it reflected the same POP-UP issue again. Any Help will be helpful...

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        The ones who can help you the best ignore URGENT PLZZZZ posts


        I know the language. I've read a book. - _Madmatt

        M 1 Reply Last reply
        0
        • N Not Active

          The ones who can help you the best ignore URGENT PLZZZZ posts


          I know the language. I've read a book. - _Madmatt

          M Offline
          M Offline
          Martin Jarvis
          wrote on last edited by
          #4

          Well, I can name at least two people who didn't!


          Freestyle Interactive Ltd | Martin on .Net

          N 1 Reply Last reply
          0
          • M Martin Jarvis

            Well, I can name at least two people who didn't!


            Freestyle Interactive Ltd | Martin on .Net

            N Offline
            N Offline
            Not Active
            wrote on last edited by
            #5

            I said ones who can help most. Mine is not helpful to problem


            I know the language. I've read a book. - _Madmatt

            1 Reply Last reply
            0
            • Y Yusuf

              How are your opening your pop-up window? If it is through javascript, it may not have to to anything with the version of IIS you are using. Show us a code as to how your are opening your pop-up window. Also, mind you some browsers can be set up to open popup windows in new window. check your browser setting.

              Yusuf May I help you?

              C Offline
              C Offline
              chetan_agarwal
              wrote on last edited by
              #6

              function fnOpenModalScreen(URL,WindowObj,Features) { window.showModalDialog(URL,WindowObj,Features) }

              F 1 Reply Last reply
              0
              • C chetan_agarwal

                function fnOpenModalScreen(URL,WindowObj,Features) { window.showModalDialog(URL,WindowObj,Features) }

                F Offline
                F Offline
                FarmerHE
                wrote on last edited by
                #7

                Havent tested it in IE8 (For some reason the company here only wants IE7 compability) But try using

                window.open(URL, windowName[, windowFeatures])

                instead that might work. if you just want to see if it can open just add

                window.open(URL)

                Best Regards HE

                C 1 Reply Last reply
                0
                • F FarmerHE

                  Havent tested it in IE8 (For some reason the company here only wants IE7 compability) But try using

                  window.open(URL, windowName[, windowFeatures])

                  instead that might work. if you just want to see if it can open just add

                  window.open(URL)

                  Best Regards HE

                  C Offline
                  C Offline
                  chetan_agarwal
                  wrote on last edited by
                  #8

                  I dont want to open a new window.My requirement is to open a new POP-UP on button click and then on closing that POPUP the parent page(having that button)will refresh.But the error is that on closing/any button click on the POPUP, POPUP open in new window/browser..

                  1 Reply Last reply
                  0
                  • C chetan_agarwal

                    Hi All, I was facing a issue in IE8 - When I open second/third level pop-up window and closes it then it opens on new page.I solved the issue.But I did tested it on IIS 5.1..When I deployed it on server having IIS6 then it reflected the same POP-UP issue again. Any Help will be helpful...

                    M Offline
                    M Offline
                    Martin Jarvis
                    wrote on last edited by
                    #9

                    Can you post some simple case code that demonstrates the problem?


                    Freestyle Interactive Ltd | Martin on .Net

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups