• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with showDialogWindow, extra pop-up window

letsgetsilly

Senior member
I'm building an ASP.NET 2.0 application in Visual Studio 2005.

Here is what I want to do, and what is happening:
Want:
1 User clicks on button
2 New window opens up, user selects File to upload and a Date, clicks "submit"
3 Window automatically closes, returns to parent window and refreshes the page.

What is happening:
1 User clicks on button
2 New window pops up. When "submit" is clicked, a NEW window pops up, and neither window closes.

I've tried setting the post method of my form to _self and _parent with no change in what is happening. I'm using a master page to design the parent page, but not the child page.

Please let me know if you have any fix ideas, I'd appreciate it.

-Adam

Here is my javascript:

******="showModalDialog('AddPQAEval.aspx?ProjID=5', 'cal', 'dialogWidth:800px; dialogHeight:800px; dialogLeft:10px; dialogTop:10px; status:no;');"

 
Back
Top