Uhm, you could use <iframe src=/you/other/url></iframe>. However, you
eat the overhead of a second breowser<=>server chat, so I would
investigate ways to directly include your news item in a larger
template. The higher the volume of your site, the more that second
chat will hurt you.

AJAX is appropriate if you are going to be changing the contents of
the page on the fly. Breaking news, or something like that.

If you go the AJAX route, remember that you do *not* want to inject a
complete page into the DOM of the parent page. HTML is defined to have
only one <head> section and one <body> section. Some browsers handle
this gracefully and some don't.

  HTH,
  Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to