Connecting Tech Pros Worldwide Help | Site Map

Window.Open--- IIS

  #1  
Old July 20th, 2005, 10:15 AM
Venkat
Guest
 
Posts: n/a
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






  #2  
Old July 20th, 2005, 10:15 AM
Hywel Jenkins
Guest
 
Posts: n/a

re: Window.Open--- IIS


In article <1058824534.144677@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
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php
  #3  
Old July 20th, 2005, 10:15 AM
Ivan Marsh
Guest
 
Posts: n/a

re: Window.Open--- IIS


On Mon, 21 Jul 2003 23:08:26 +0100, Hywel Jenkins wrote:
[color=blue]
> In article <1058824534.144677@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.

  #4  
Old July 20th, 2005, 10:15 AM
ManoDestra
Guest
 
Posts: n/a

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@yahoo.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]


Closed Thread