I am trying to create a drop down box there an authorized user on an intranet page can add a folder or item to a drop down box similar to how a user on Yahoo Mail can add folders to the "move" drop down box. Can I do this with CSS? Pretty sure I cannot with HTML but not sure. My problem is I have a restriction of not using PHP or JavaScript. Is this possible or do I have to use one of those? Need guidance on where to look. Thanks. meanwhile, still researching.
faithingod1970 0 Newbie Poster
Recommended Answers
Jump to PostHere's a few pointers, you can't create a folder without a server side language you just can't. But I'm unsure as to whether you actually want to do this. Most mail is stored in the database as an entry, the folders you see are merely visual representations of this and …
Jump to PostStore the user selected options in a database then retrieve those options when they do a page refresh, or use ajax. But seeing as you are asking about not wanting to use javascript or php that could be an issue -impossible.
Jump to PostI would say you need php as well, different users may have different menus, this is where your sessionid comes into play.
Possibly you get around that by storing info in a cookie but I wouldn't.
All 9 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
faithingod1970 0 Newbie Poster

iamthwee
faithingod1970 0 Newbie Poster

iamthwee
faithingod1970 0 Newbie Poster

iamthwee
faithingod1970 0 Newbie Poster
_neonyx_ 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.