forumnz Posted January 1, 2008 Share Posted January 1, 2008 I am using some scripts kindly provided by Barand. I have modified them to suit and all works well - mostly. When the user clicks on a input box, dropdown 1 appears (populated). User can then choose from box 1 and box 2 appears etc. Problem is, I dont want the initial input box, but if its not there, the first box doesnt appear. Heres some code: <FORM method='GET' name='booking'> Search <input type='TEXT' name='srchDest' size='10' maxlength='15' onClick="getDests(this.value);" onKeyUp=""> <span id='dests'>Enter part name in search box</span> <br> <span id='origins'> </span> <br> <span id='times'> </span> <INPUT TYPE='SUBMIT' name='submit' value='Book seats'> </FORM> Any ideas? Thanks, Sam. Quote Link to comment https://forums.phpfreaks.com/topic/83994-dropdown-mysql-feature-small-problem/ Share on other sites More sharing options...
Barand Posted January 1, 2008 Share Posted January 1, 2008 What are you trying to do? Quote Link to comment https://forums.phpfreaks.com/topic/83994-dropdown-mysql-feature-small-problem/#findComment-427434 Share on other sites More sharing options...
forumnz Posted January 1, 2008 Author Share Posted January 1, 2008 Trying to just have 3 dropdown boxes. Sam. Quote Link to comment https://forums.phpfreaks.com/topic/83994-dropdown-mysql-feature-small-problem/#findComment-427468 Share on other sites More sharing options...
Barand Posted January 1, 2008 Share Posted January 1, 2008 Replace the text input with your first dropdown. Use the value selected from that one to populate the next and so on. Quote Link to comment https://forums.phpfreaks.com/topic/83994-dropdown-mysql-feature-small-problem/#findComment-427480 Share on other sites More sharing options...
neilfurry Posted January 1, 2008 Share Posted January 1, 2008 HI, It seems that your using javascript here, can you post your javascript code . Quote Link to comment https://forums.phpfreaks.com/topic/83994-dropdown-mysql-feature-small-problem/#findComment-427608 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.