Not really a django question but I'm hoping someone can help me here.

I have a django app but the html is not displayed in a browser -
render_to_string is called and the html is returned in a response to
custom app that displays the page. On the page I have a button that
sends a request back to the server. When I click the button in the
page within the custom app app the request is sent, but the app does
not wait for the reply. However if I right click on the button and
select "Save link ...' then the app does wait for the reply and it all
works as I want.

Is there some way I can associate the "Save link ...' action with the
button so that clicking on it will function the same as when right
click save link is selected?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY4_nBfccOmL86quN%3DHGWeNdnHi%2BLBwGjhiRw1j1gphxUA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to