HighTechTalks DotNet Forums  

Popup window

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss Popup window in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Gomathi
 
Posts: n/a

Default Popup window - 02-20-2006 , 01:07 AM






Hi All,

In my web application, i use this following code to open a pop up window.
Its working in my machine.

Response.Write("var win =
window.open('ResponseCountReport.aspx',null,'heigh t =300 width=420
scrollbars=yes');");

But when i hosted my application in my ISP server, its not working.
Any idea where the problem will be?

Thanks in advance.
Regards,
Gomathi



Reply With Quote
  #2  
Old   
Farrukh
 
Posts: n/a

Default Re: Popup window - 04-13-2006 , 09:03 AM






Code seems to be fine.
Try to debug directly from ISB server, as you should have administrative
rights to your web space.

Also, check if the ISP server fullful the requiremnts for your web page,
like support fo ASP.net in the web server etc.


"Gomathi" <gomathi (AT) celtycs-consulting (DOT) com> wrote

Quote:
Hi All,

In my web application, i use this following code to open a pop up window.
Its working in my machine.

Response.Write("var win =
window.open('ResponseCountReport.aspx',null,'heigh t =300 width=420
scrollbars=yes');");

But when i hosted my application in my ISP server, its not working.
Any idea where the problem will be?

Thanks in advance.
Regards,
Gomathi




Reply With Quote
  #3  
Old   
vaibhav.sinha (AT) qualtech-consultants (DOT) com
 
Posts: n/a

Default Re: Popup window - 06-06-2006 , 03:06 AM



code is write
check whether Javascript blocked is enable or not
Disable it .
and then run the code it will work

Farrukh wrote:
Quote:
Code seems to be fine.
Try to debug directly from ISB server, as you should have administrative
rights to your web space.

Also, check if the ISP server fullful the requiremnts for your web page,
like support fo ASP.net in the web server etc.


"Gomathi" <gomathi (AT) celtycs-consulting (DOT) com> wrote in message
news:e8hKGQeNGHA.648 (AT) TK2MSFTNGP14 (DOT) phx.gbl...

Hi All,

In my web application, i use this following code to open a pop up window.
Its working in my machine.

Response.Write("var win =
window.open('ResponseCountReport.aspx',null,'heigh t =300 width=420
scrollbars=yes');");

But when i hosted my application in my ISP server, its not working.
Any idea where the problem will be?

Thanks in advance.
Regards,
Gomathi





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.