×

Loading...

Topic

  • 枫下沙龙 / 站务管理 / Sailor,你的程序怎么了?又弹出loading窗口,又弹出新的IE?
    • Hi, bingle, Could you tell me which function has such mistake?
      • Sorry, I'm not sure because the mistake is disappear now.
      • loading window is annoying
        loading window is closed in Netscape but not IE

        As a workaround, remove onclick='ow("reply")'
        • Could you give me some details?
          In order to solve the problem, I need to know:

          1, OS version (Windows 95? 98? or else?)

          2, Name and version of Web Browser.

          3, In which page did you meet the bug?

          Thanks a lot.
          • Re: Could you give me some details?
            1. The problem has nothing to do with OS. Anyway, I am using NT4

            2. The problem only occurs with IE. My version is 5.0. It's an IE problem not yours.

            3. It occurs in forum pages like http://www.rolia.com/list.php3

            Just remove onclick='ow("reply")' on any href links, e.g. REPLY

            If u need further info. talk to me directly at laoqianer@yahoo.com.sg
            • Hi, Laoqian, I tested it in both 98&NT with IE, but everything seems quite normal? Yes it'll popup a "Loading..." window, then the message is displayed in that window. That's what I want.
              • You intend to close the "loading.." window when actual REPLY window comes out. But IE just refuses to do so. In Javascript function ow(wname), change w.document.close() to w.close(). The problem can be soloved.