show manage category in popup windows as dropdown list and select any one manage category that will open same manage category page for example (Popup Email Collector) in same way i would to open manage category in popup
What are you asking?
i mean when my first page will upload then a popup will display in that popup all category will display and user select a single category the same category will open.
Some hint for your practice, may it helps you
1. Make script for gettting categories list, use Google or your logic.
2. Find somem jquery popup (I.R fancybox) and put your categories code over there, like on popup your all categories should be show,
3. Now do code for open popup on homepage... Like whenever your site URL call at that time, on page load event call your popup script.
Good luck!