Categories > TinyButStrong general >

tbs working with frames?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: eLiNK
Date: 2004-08-18
Time: 11:06

tbs working with frames?

I was just wondering if it is possible to use the tbs.class with the goal of running php scripts in frames. Hasn't found any information on the topic so far (at least in English).

Could someone give me a hand?

I'm just trying to figure out what I should use instead of the following HTML code
<iframe name="menu" src="anyscript.php" frameborder="0" height="930" width="650"></iframe>.


Would appreciate your help a lot.

By: Skrol29
Date: 2004-08-18
Time: 11:58

Re: tbs working with frames?

Hello,

This forum is developped with TBS + frames.
The source code is available at the download page.

My usage is the following:
<iframe name="menu" src="anyscript.php?act=menu" frameborder="0" height="930" width="650"></iframe>.
By: eLiNK
Date: 2004-08-18
Time: 13:29

Re: tbs working with frames?

Wow. I knew it. TBS is the best template engine ever.

Thank you, Skrol29, very much for your help.