tml Posted October 19, 2008 Share Posted October 19, 2008 i need a simple drop down menu system, i dont need info from mysql or other database just normal html links like this. picture: 2007 2008 when i click 2007 then it have to be shown like this picture: 2007 jan feb 2008 if u know what i mean i be happy Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted October 19, 2008 Share Posted October 19, 2008 This is php help, not HTML Quote Link to comment Share on other sites More sharing options...
Maq Posted October 19, 2008 Share Posted October 19, 2008 You would probably get more replies if you posted in the javascript section. Also, there are plenty of examples and tutorials for you to try. Do you have anything done yet? Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted October 19, 2008 Share Posted October 19, 2008 <select> <option>this is drop down item one</option> </select> And please don't ask for script to be written, try your self Quote Link to comment Share on other sites More sharing options...
DarkWater Posted October 19, 2008 Share Posted October 19, 2008 <select> <option>this is drop down item one</option> </select> And please don't ask for script to be written, try your self He means a menu, not a dropdown for a form (at least that's how I interpreted it). Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted October 19, 2008 Share Posted October 19, 2008 o,yer my bad. Quote Link to comment Share on other sites More sharing options...
tml Posted October 19, 2008 Author Share Posted October 19, 2008 well its for my picture page, so instead of have 50 links on left side, then i have like 4 again etc: picture: 2007 (click to show under menu's) <a href="jan.php>jan</a> <a href="peter.php>peter</a> 2008 2009 sry if its the wrong place, after what i have find out so fair, its some <select> but how it works im not sure on. Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted October 19, 2008 Share Posted October 19, 2008 Mod please move to JS section. Also look at the onclick event Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.