| Author |
Message |
WRStrong
Joined: 05 Nov 2004 Posts: 1
|
Posted: Fri Nov 05, 2004 6:45 pm Post subject: Error with tree_nodes.js |
|
|
I have the format correct (according to the examples...)
like...
['Chat', 'chat/index.php3', '_body'],
(It should open the chat/index.php3 file in the frame titled, "body".)
It keeps opening it in a new window.
I have only 2 frames. One on left which is called, "contents" which has the site logo, the tree menu and a hit counter. The other on the right is where all links are to open called "body". Where is the error?
Thanks,
B. |
|
| Back to top |
|
 |
Torquemada
Joined: 14 Sep 2004 Posts: 11
|
Posted: Sun Nov 07, 2004 12:19 am Post subject: |
|
|
I don't think you need the underscore before the frame name, so it should be:
['Chat', 'chat/index.php3', 'body'], |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Nov 17, 2004 7:54 pm Post subject: |
|
|
| Yes, exactly: remove the underscore. Only special frame names have undersocre: _blank, _self, _top, ... |
|
| Back to top |
|
 |
|