Thanks, but  I was not clear in my question. If I use jQuery or any
other javascript framework, to do a modal window from a link I have to
load some html code that is the form

Here is an example using thickbox in a template

<script type="text/javascript" src="/site_media/jquery-
latest.pack.js"></script>
<script type="text/javascript" src="/site_media/thickbox-
compressed.js"></script>

<li class="Login"><a href="login.html?height=650&width=800"
class="thickbox">login</a></li>

In a view I load an html template with get_template()

Do I do this within the template as well?






get_template('mypage.html')

On Feb 8, 5:00 pm, Shawn Milochik <sh...@milochik.com> wrote:
> You can use a jQuery UI Dialog. It can be modal, and you can easily use some 
> jQuery AJAX to submit your login view and receive the response.
>
> Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to