Thanks for the reply. I did try this already, like this:
The html file xdt.html was:
XBAP test
HTMLx#1
HTMLx#2
and the view file contained:
def current_XABP(request):
t = get_template('xdt.html')
s='C:/Python26/Lib/site-packages/django/myproject/
WpfBrowserApplication1.xbap'
html=t.r
Why don't use a iframe, inside iframe call a your xbap application.
On Wed, Dec 22, 2010 at 12:35 PM, stegzzz wrote:
> Hi, I have an XBAP application that I want to run from my django
> website. At the moment I'm just setup on my local machine using the
> development serve
Hi, I have an XBAP application that I want to run from my django
website. At the moment I'm just setup on my local machine using the
development server and it is working OK for straightforward html pages
and the XBAP program works OK if I just click on the XBAP file.
However when I want t
3 matches
Mail list logo