creating IE menus via PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mpiaser
Forum Newbie
Posts: 12
Joined: Wed Sep 07, 2005 8:16 pm

creating IE menus via PHP

Post by mpiaser »

I would like to create a new dropdown menu in IE from my PHP program. I need an idea as to where to start.

Right now my IE menus are File/Edit/View/Favorites/Tools/Help and I'd like to add a personal menu there.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

No can do.

Best you can do is create a menu system on your page.
Post Reply