Has anyone used Javascript pop ups with an ASP.Net Ajax page as the pop up?
Here is the obstacle I am encountering:
I have a page for a user to add a guest to an itinerary. They click on the Add Guest link, and it popups an asp.net window in a javascript inline pop up. Now, in this pop up, the user is required to enter and first and last name of this guest. If they click the Add button, and they do not enter either first or last name, some validation indicates that the fields are required (this validation is in an Asp.Net AJAX update panel). However if the information isnt valid, the pop up window is opened in a new browser window. I need to stop this behavior from happening.
Can anyone offer any suggestions?
Thank you for your time!
Here is the obstacle I am encountering:
I have a page for a user to add a guest to an itinerary. They click on the Add Guest link, and it popups an asp.net window in a javascript inline pop up. Now, in this pop up, the user is required to enter and first and last name of this guest. If they click the Add button, and they do not enter either first or last name, some validation indicates that the fields are required (this validation is in an Asp.Net AJAX update panel). However if the information isnt valid, the pop up window is opened in a new browser window. I need to stop this behavior from happening.
Can anyone offer any suggestions?
Thank you for your time!