G
Guest
I have an application page with a datagrid with a checkbox on each row. The
user should check the rows they want to modify and then click a button. When
the button is clicked, I have a Click handler that builds a url and then
registers a startup script to open a modal dialog window. With XP SP2
installed the pop-up blocker stops the windows from displaying. Is there any
way around this? My users are too stupid to turn off the popup blocker or
anything else to allow the modal to display. I need it to work without the
user having to do anything.
I kinda doubt that it's possible since the web interface for these
newsgroups suffer from the same problem.
So, are we going to allow developers to create internet applications, or is
Microsoft basically killing internet applications by not allowing you to make
a webpage into an application? The popup blocker should be turned off by
default and there should be a way to open windows from server-side event
handlers that are called when a button is clicked.
user should check the rows they want to modify and then click a button. When
the button is clicked, I have a Click handler that builds a url and then
registers a startup script to open a modal dialog window. With XP SP2
installed the pop-up blocker stops the windows from displaying. Is there any
way around this? My users are too stupid to turn off the popup blocker or
anything else to allow the modal to display. I need it to work without the
user having to do anything.
I kinda doubt that it's possible since the web interface for these
newsgroups suffer from the same problem.
So, are we going to allow developers to create internet applications, or is
Microsoft basically killing internet applications by not allowing you to make
a webpage into an application? The popup blocker should be turned off by
default and there should be a way to open windows from server-side event
handlers that are called when a button is clicked.