This is a migrated thread and some comments may be shown as answers.

How to open Window in separate "browser window"

2 Answers 61 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jim
Top achievements
Rank 1
Jim asked on 16 Dec 2011, 03:31 PM
Hi

I have a working popup window but it should be opened in a separate browser window.

Is this possible?

Thx and regards
Jim

2 Answers, 1 is accepted

Sort by
0
Paul
Top achievements
Rank 1
answered on 16 Dec 2011, 08:36 PM
How odd, I was thinking the exact same thing!  Hopefully some one has the answer, meanwhile I am giving it a whack.
0
Jim
Top achievements
Rank 1
answered on 17 Dec 2011, 01:18 AM
Using plain javascript to open the ajax content url is easy and works, this time no telerik magic needed:

    window.open('<%= Url.Action("ShowSummary", "Home") %>' + "?Id=" + Id, '_blank', 'menubar=0,toolbar=0', true);
Returning partial views will not work, you need all the script and css stuff pulled in. Just include the same things like in Site.Master or build another adopted Site.Master to inherit the page from.
Tags
Window
Asked by
Jim
Top achievements
Rank 1
Answers by
Paul
Top achievements
Rank 1
Jim
Top achievements
Rank 1
Share this question
or