Julio and James,
Thank you both for your help.
I know that frames could be useful to help solve my problem but...

Let's suppose this:

<iframe name="Authors" src="DAuthors.html" width="100%"
height="30"style="height:10.8em" marginwidth="0" marginheight="0">
</iframe>

<iframe name="Descriptions" src="DDescriptions.html" width="100%"
height="60"style="height:4em"marginwidth="0" marginheight="0">
</iframe>


where you can see two frames( iframes).One Authors ( list of
authors)and the other Descriptions( their replies).
As you can see  each frame must consists source page DAuthors.html and
DDescriptions.html, that should be generated on fly( dynamically)
according to user's demand( depending on what he will want to see).

So, it means I must create them before I use them in frames.
But what if  three users will want to see three different results,
that is ,source pages must be different for each of these three users.
Is there a solution for this problem?
Or do I make a mistake in my thinking?
Thanks for help
L.


--~--~---------~--~----~------------~-------~--~----~
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