Enforce XBAP application to open in a new window
-
Ladies and Gentlemen, One of my clients uses an XBAP application in IE but does not allow tabs or users to change preferences (its a bank) As I need to launch my xbap from a link meaning that the users current page (another application) is replaced by the new XBAP. Does anybody know if it is possible to enforce the application to launch in a new window? my immediate guess is no and that it is a system preference or setting! Many thanks Paul
Just racking up the postings
-
Ladies and Gentlemen, One of my clients uses an XBAP application in IE but does not allow tabs or users to change preferences (its a bank) As I need to launch my xbap from a link meaning that the users current page (another application) is replaced by the new XBAP. Does anybody know if it is possible to enforce the application to launch in a new window? my immediate guess is no and that it is a system preference or setting! Many thanks Paul
Just racking up the postings
How about replacing your XBAP link to a html link (with target="_blank") then in the new html page you can host the XBAP.