Re: [PHP] Re: lookin for a Menuing System...

2002-04-29 Thread Mikhail Avrekh

Check out PHPLIB:

http://www.sanisoft.com/phplib/manual/

It has a Menu class, which may not be documented explicitely at this
point, but there's info about it in the mail list archives (use "search
for:" in the page linked above), or you can subscribe to the list and ask.




On Tue, 30 Apr 2002, Dan wrote:

> The reason I wanted it in PHP not JavaScript's is because I wouldn't have to
> worry about it being supported in other browsers... also the loading time is
> already long enough I don't want people on slow connections to have to wait
> for ages before they can go anywhere..
>
> When a link on the menu is clicked the page refreshes to another page anyway
> and desplays the sub-tpoic at the same time anyway.. Also with PHP if a user
> clicks back on the browser window the script knows where is was.. or if
> someone refreshes the page the script stays where it is...
>
> Thanks
> Dan.
>
> "Dan" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I could do this myself but I don't want to waist time writing something
> that
> > I could have just asked for..
> >
> > what I need is a menuing system..
> >
> > When link is clicked the sub-topics appear under the topic you just
> clicked
> > on..
> >
> > e.g. if you where to click on Contact.
> >
> > Contact
> > --becomes:
> >
> > Contact
> >Enquires
> >Account / Billing
> >Media Enquiries
> >
> > Much like this JavaScript one... except I need it in PHP...
> > http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
> >
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


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




[PHP] Re: lookin for a Menuing System...

2002-04-29 Thread Dan

The reason I wanted it in PHP not JavaScript's is because I wouldn't have to
worry about it being supported in other browsers... also the loading time is
already long enough I don't want people on slow connections to have to wait
for ages before they can go anywhere..

When a link on the menu is clicked the page refreshes to another page anyway
and desplays the sub-tpoic at the same time anyway.. Also with PHP if a user
clicks back on the browser window the script knows where is was.. or if
someone refreshes the page the script stays where it is...

Thanks
Dan.

"Dan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I could do this myself but I don't want to waist time writing something
that
> I could have just asked for..
>
> what I need is a menuing system..
>
> When link is clicked the sub-topics appear under the topic you just
clicked
> on..
>
> e.g. if you where to click on Contact.
>
> Contact
> --becomes:
>
> Contact
>Enquires
>Account / Billing
>Media Enquiries
>
> Much like this JavaScript one... except I need it in PHP...
> http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
>
>



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




[PHP] Re: lookin for a Menuing System...

2002-04-28 Thread Javier

There are many Javascript menu editors.
I think that's what you need.

Dan wrote:
> I could do this myself but I don't want to waist time writing something that
> I could have just asked for..
> 
> what I need is a menuing system..
> 
> When link is clicked the sub-topics appear under the topic you just clicked
> on..
> 
> e.g. if you where to click on Contact.
> 
> Contact
> --becomes:
> 
> Contact
>Enquires
>Account / Billing
>Media Enquiries
> 
> Much like this JavaScript one... except I need it in PHP...
> http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
> 
> 



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