Problem with Pop Up and Netscape 7.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christina Joch

    Problem with Pop Up and Netscape 7.0

    My Website (Template) uses JavaScript to create a pop-up window in the
    gallery.
    With IE it works fine, but not with my Netscape 7.0.
    No Pop up apears.

    In the script I found the line:

    if (browser_type == "Microsoft Internet Explorer" && (browser_versio n >=
    4) && (navigator.user Agent.indexOf(" Windows") != -1)) {

    has it something to do with not working?
    Thanks a lot
    Christina

  • McKirahan

    #2
    Re: Problem with Pop Up and Netscape 7.0

    "Christina Joch" <darvida@gmx.at > wrote in message
    news:41ADC483.5 01@gmx.at...[color=blue]
    > My Website (Template) uses JavaScript to create a pop-up window in the
    > gallery.
    > With IE it works fine, but not with my Netscape 7.0.
    > No Pop up apears.
    >
    > In the script I found the line:
    >
    > if (browser_type == "Microsoft Internet Explorer" && (browser_versio n >=
    > 4) && (navigator.user Agent.indexOf(" Windows") != -1)) {
    >
    > has it something to do with not working?
    > Thanks a lot
    > Christina[/color]


    Netscape 7.0 No Pop up apears.

    if (browser_type == "Microsoft Internet Explorer"

    Wait, wait, it'll come to you...


    Comment

    • RobG

      #3
      Re: Problem with Pop Up and Netscape 7.0

      Christina Joch wrote:[color=blue]
      > My Website (Template) uses JavaScript to create a pop-up window in the
      > gallery.
      > With IE it works fine, but not with my Netscape 7.0.
      > No Pop up apears.
      >
      > In the script I found the line:
      >
      > if (browser_type == "Microsoft Internet Explorer" && (browser_versio n >=
      > 4) && (navigator.user Agent.indexOf(" Windows") != -1)) {
      >
      > has it something to do with not working?[/color]

      Very likely, however without seeing a bit more code it's hard to
      propose a solution. Do you have a link to the web site? Or can you
      post a bit more code that shows what the browser detection is trying to
      achieve?

      If it's something useful, then a feature detection method can almost
      always be substituted that is far more reliable. Otherwise, it likely
      can be ditched altogether.


      --
      Rob

      Comment

      • Christina Joch

        #4
        Re: Problem with Pop Up and Netscape 7.0

        The URL is
        <http://www.fotografisc hes.at>
        Thanl you very much
        Christina

        RobG schrieb:[color=blue]
        > Christina Joch wrote:[color=green]
        >> My Website (Template) uses JavaScript to create a pop-up window in the
        >> gallery.
        >> With IE it works fine, but not with my Netscape 7.0.
        >> No Pop up apears.
        >>
        >> In the script I found the line:
        >>
        >> if (browser_type == "Microsoft Internet Explorer" && (browser_versio n >=
        >> 4) && (navigator.user Agent.indexOf(" Windows") != -1)) {
        >>
        >> has it something to do with not working?[/color]
        >
        > Very likely, however without seeing a bit more code it's hard to
        > propose a solution. Do you have a link to the web site? Or can you
        > post a bit more code that shows what the browser detection is trying to
        > achieve?
        >
        > If it's something useful, then a feature detection method can almost
        > always be substituted that is far more reliable. Otherwise, it likely
        > can be ditched altogether.
        >
        >[/color]

        Comment

        • RobG

          #5
          Re: Problem with Pop Up and Netscape 7.0

          Christina Joch wrote:[color=blue]
          > The URL is
          > <http://www.fotografisc hes.at>
          > Thanl you very much
          > Christina
          >
          > RobG schrieb:
          >[color=green]
          >>Christina Joch wrote:
          >>[color=darkred]
          >>>My Website (Template) uses JavaScript to create a pop-up window in the
          >>>gallery.
          >>>With IE it works fine, but not with my Netscape 7.0.
          >>>No Pop up apears.[/color][/color][/color]

          I tried the site in Netscape 7.2 and it seems to work fine. Do you
          still have the problem? The bit using browser detection seems to be
          just looking for IE and should not affect the general use of the site.

          I can't see that making the pop-ups fixed size helps at all, it means
          you have to scroll in Netscape to reach them. In IE, they are
          frequently hidden and you can't scroll to them.

          The link behind your banner goes to index.htm, which appears to be
          broken - perhaps it is actually called default.html?

          Changing the link to <URL:http://www.fotografisc hes.at/> should fix it.

          Incidentally, I like the look of the site and the photography is great!
          --
          Rob

          Comment

          • Christina Joch

            #6
            Re: Problem with Pop Up and Netscape 7.0

            I´ve downloaded also Netscape 7.2 now and it works with it.
            But with Netscape 7.0 it didn´t work.
            But I don´t know why.
            Thanks
            Christina

            RobG wrote:[color=blue]
            > Christina Joch wrote:
            >[color=green]
            >> The URL is
            >> <http://www.fotografisc hes.at>
            >> Thanl you very much
            >> Christina
            >>
            >> RobG schrieb:
            >>[color=darkred]
            >>> Christina Joch wrote:
            >>>
            >>>> My Website (Template) uses JavaScript to create a pop-up window in the
            >>>> gallery.
            >>>> With IE it works fine, but not with my Netscape 7.0.
            >>>> No Pop up apears.[/color][/color]
            >
            >
            > I tried the site in Netscape 7.2 and it seems to work fine. Do you
            > still have the problem? The bit using browser detection seems to be
            > just looking for IE and should not affect the general use of the site.
            >
            > I can't see that making the pop-ups fixed size helps at all, it means
            > you have to scroll in Netscape to reach them. In IE, they are
            > frequently hidden and you can't scroll to them.
            >
            > The link behind your banner goes to index.htm, which appears to be
            > broken - perhaps it is actually called default.html?
            >
            > Changing the link to <URL:http://www.fotografisc hes.at/> should fix it.
            >
            > Incidentally, I like the look of the site and the photography is great![/color]

            Comment

            Working...