Window.Open--- IIS

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

    Window.Open--- IIS

    Hi All,

    I need this urgently. Unknowingly i made something in my IIS. In my
    Javascript app i am using window.open to open child windows. All of a sudden
    when i try to open a child window the explorer is getting hanged.

    Do i need to make any setting in IIS to make my window.open function again.

    Help Please.

    Regards
    Venkat






  • Hywel Jenkins

    #2
    Re: Window.Open--- IIS

    In article <1058824534.144 677@sj-nntpcache-5>, venkat_kp@yahoo .com
    says...[color=blue]
    > Hi All,
    >
    > I need this urgently. Unknowingly i made something in my IIS. In my
    > Javascript app i am using window.open to open child windows. All of a sudden
    > when i try to open a child window the explorer is getting hanged.
    >
    > Do i need to make any setting in IIS to make my window.open function again.
    >[/color]
    That's got nothing to do with IIS, unless you're trying to do
    window.open in server-side code, that is.

    --
    Hywel I do not each quiche


    Comment

    • Ivan Marsh

      #3
      Re: Window.Open--- IIS

      On Mon, 21 Jul 2003 23:08:26 +0100, Hywel Jenkins wrote:
      [color=blue]
      > In article <1058824534.144 677@sj-nntpcache-5>, venkat_kp@yahoo .com says...[color=green]
      >> Hi All,
      >>
      >> I need this urgently. Unknowingly i made something in my IIS. In my
      >> Javascript app i am using window.open to open child windows. All of a
      >> sudden when i try to open a child window the explorer is getting hanged.
      >>
      >> Do i need to make any setting in IIS to make my window.open function
      >> again.
      >>[/color]
      > That's got nothing to do with IIS, unless you're trying to do window.open
      > in server-side code, that is.[/color]

      Except that you can't do window.open with server-side code.

      --
      i.m.
      All views, opinions and alleged facts expressed by this tactless moron are
      protected by the constitution of the United States of America and should be
      taken as good natured and friendly unless specifically stated otherwise.

      Comment

      • ManoDestra

        #4
        Re: Window.Open--- IIS

        Is it possible that you have turned on server-side script debugging? The
        server may have captured a scripting bug for you...? There may be a bug has
        crept in to your code somewhere...

        Peter.

        "Venkat" <venkat_kp@yaho o.com> wrote in message
        news:1058824534 .144677@sj-nntpcache-5...[color=blue]
        > Hi All,
        >
        > I need this urgently. Unknowingly i made something in my IIS. In my
        > Javascript app i am using window.open to open child windows. All of a[/color]
        sudden[color=blue]
        > when i try to open a child window the explorer is getting hanged.
        >
        > Do i need to make any setting in IIS to make my window.open function[/color]
        again.[color=blue]
        >
        > Help Please.
        >
        > Regards
        > Venkat
        >
        >
        >
        >
        >
        >[/color]


        Comment

        Working...