asp.net - Submit form to parent window WITHOUT Javascript -
I need to develop an application that is working in a browser without JavaScript. At one point I use a_link to open a pop-up window (using target = "_newname"). On that page I present a form for which I need to submit it on the original window page.
Without trying
Use the ASP.NET webform if it is helpful at all!
Unfortunately, you can not do this without the support of javascript. Your best bet is to use a diva (like ASP: panel), instead of a genuine popup, like a popup; In this way, everything remains in the same form, and also posts a postback to the main document in 'popup'.
Comments
Post a Comment