imarockstar Posted July 17, 2007 Share Posted July 17, 2007 ok here is the deal ... I have a drop down. <select> <option name='purchase or refinance' value='' selected=''>Please Choose</option> <option name='purchase or refinance' value='0_3'>Purchase</option> <option name='purchase or refinance' value='3_6'>Refinance</option> </select> based on the above.... if the click on "PURCHASE" i would like it to show the following Time Frame to Purchase: <select> <option name='time to purchase' value='' selected=''>Please Choose</option> <option name='time to purchase' value='0_3'>0 - 3 Months</option> <option name='time to purchase' value='3_6'>3 - 6 Months</option> <option name='time to purchase' value='6_12'>6 - 12 Months</option> </select> Will you be selling a current home: <select> <option name='sell current home' value='' selected=''>Please Choose</option> <option name='sell current home' value='0_3'>Yes</option> <option name='sell current home' value='3_6'>No</option> </select> would php be the easiest way to do this ? thanks bobby Quote Link to comment Share on other sites More sharing options...
Caesar Posted July 17, 2007 Share Posted July 17, 2007 Ajax/Javascript would likely be more what you would be looking at. 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.