How do I target a new browser window en ASP.NET MVC?

Posted by Richard77 on Stack Overflow See other posts from Stack Overflow or by Richard77
Published on 2010-05-12T11:34:20Z Indexed on 2010/05/12 11:44 UTC
Read the original article Hit count: 145

Filed under:

Hello,

This is what I want: Let's say I have a textbox and a button on a page. when I click the button, I get a page in a new browser window where I can make some choices. when I click OK on that new window, it disappears and my choice appears in the textbox located in the first window.

How do I do that in ASP.NET MVC?

I know that what I'm trying to do can be easily obtained through JavaScript. However, I'd like to apply the unobtrusive principle. So, I'll do first without JQuery in mind then, later, add JQuery.

Thanks for helping

© Stack Overflow or respective owner

Related posts about asp.net-mvc