First I would like to point out that frames should not be used unless they
are adding significant functionality. In general they are evil, serving
only to ugly things up and slow 'em down. That said lets assume that you
want to use frames to improve functionality and/or 'cause who ever is paying
the bills insists.
Much of the code for freetrade is spread through out multiple files. It
assumes that all these files are being used to build a single php document.
You break them up based only on layout like it sounds like you are trying
and they won't work anymore.
What you want to do is use index.php3 as your main window renamed as
main.php3. You want everything to run from here. Then make a layout module
to control your frames. Basically everything except the side navbar and top
will have to run in main. Some includes will have to made in side (and
maybe top) to be able to call functions that would normally function on an
include in another module making up the single index.php3.
Hope that's not to obtuse.
Chuck
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Christian A Schaathun
Sent: Sunday, February 20, 2000 8:17 PM
To: FreeTrade
Subject: [FreeTrade] Hi again
Doesn`t really anyone have any experiance with setting up frretrade with
frames ?!?!
plz.. I need bigtime help here :)
Christian
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]