Re: using frames in django

2008-05-05 Thread Gboro54

That is what I figured on doing...I was just seeing if there was an
easier way of doing it...

Thanks

On May 5, 7:10 am, LaundroMat <[EMAIL PROTECTED]> wrote:
> On 5 mei, 05:26, Gboro54 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hi everyone...I want to use frames in a web app i am building..I have
> > a display.html that has the frames sets and takes 2 other html
> > files...the one problem is the other 2 pages have variables binded to
> > them...I am not sure how to get this to work...any advice would be
> > apprciated...Thanks(code provided below for the html)
>
> > sidbar.html
>
> > 
> > 
> > 
> >   
> >   
> > 
> >  > width="100" align="left">
> > 
> > 
>
> > main.html
>
> > 
> > 
> > 
> >   
> >   
> > 
> > 
> > 
>
> > 
> >  > height="100" align="left"/>
> >  > align="top"/>
> > 
> > Welcome to Bass Log Online
> > 
> > 
> > 
>
> > display.html
>
> > 
> > 
>
> > 
>
> >   
> >   
>
> > 
>
> > 
>
> Just use urls in your display.html file, and let urlconf.py translate
> those to views. Within those views, you can render your template &
> pass along your variables.- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: using frames in django

2008-05-05 Thread LaundroMat


On 5 mei, 05:26, Gboro54 <[EMAIL PROTECTED]> wrote:
> Hi everyone...I want to use frames in a web app i am building..I have
> a display.html that has the frames sets and takes 2 other html
> files...the one problem is the other 2 pages have variables binded to
> them...I am not sure how to get this to work...any advice would be
> apprciated...Thanks(code provided below for the html)
>
> sidbar.html
>
> 
> 
> 
>   
>   
> 
>  width="100" align="left">
> 
> 
>
> main.html
>
> 
> 
> 
>   
>   
> 
> 
> 
>
> 
>  height="100" align="left"/>
>  align="top"/>
> 
> Welcome to Bass Log Online
> 
> 
> 
>
> display.html
>
> 
> 
>
> 
>
>   
>   
>
> 
>
> 

Just use urls in your display.html file, and let urlconf.py translate
those to views. Within those views, you can render your template &
pass along your variables.

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