Thanks for the reply. I did try this already, like this:
The html file xdt.html was:
<html> <head>
<title>XBAP test</title>
</head> <body>
HTMLx#1
<iframe src="{{app}}" width="800" height="600" scrolling="yes"></
iframe>
HTMLx#2
</body> </html>
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.render(Context({'app':s}))
return HttpResponse(html)
and I ended onscreen with an empty frame.
I don't know which approach is best, but whatever, neither seem to
work; if you can spot what is wrong that would be great...
Stegzzz
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.