[PHP] ¡¾help¡¿how can I put the pull down menu in a frame and display.....

2002-12-23 Thread dreamyman
1.I want to put my menu in a top frame and when I select a Item ,it can
display it in the frame below.

2.my web has 2 frame ,lefe and right.
but the right has a menu ,so I want to change left frame when select
different menu of left frame.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] ¡¾help¡¿how can I put the pull down menu in a frame and display.....

2002-12-23 Thread Chris Wesley
On Wed, 18 Dec 2002, dreamyman wrote:

 1.I want to put my menu in a top frame and when I select a Item ,it can
 display it in the frame below.
 2.my web has 2 frame ,lefe and right.
 but the right has a menu ,so I want to change left frame when select
 different menu of left frame.

HTML questions.  You'll be interested in the HTML spec, specifically:
Frames: http://www.w3.org/TR/html4/present/frames.html
http://www.w3.org/TR/html4/present/frames.html#adef-target
Links:  http://www.w3.org/TR/html4/struct/links.html

In both of your examples, you need to put a target on your anchors as
specified by the HTML spec in the section about frames.

g.luck,
~Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php