Dropdown Problem

This is a discussion on "Dropdown Problem" within the JavaScript Forum section. This forum, and the thread "Dropdown Problem are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 26th, 2006, 11:39
New Member
Join Date: Jul 2006
Location: uk
Age: 35
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Dropdown Problem

Hi

I`m trying to create a dropdown which if the value "for sale" is selected a text box appears to ask for the asking price, if any other value is selected the text box stays hidden. Can anyone help with this?

Many thanks

Lee
Reply With Quote

  #2 (permalink)  
Old Jul 27th, 2006, 21:51
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Dropdown Problem

You need to use css to initially hide the text box.

Then you need an 'onchange' JavaScript function associated with the selection box. When the value in it changes, the function is called which checks the value of your selection. If it's 'for sale', then change the css visibility parameter of your text box so that it becomes visible.

Remember to allow for the user going back and changing their mind so your function has to also be capable of hiding it again.
Reply With Quote
Reply

Tags
dropdown, problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help with this Dropdown Content Maska JavaScript Forum 7 Sep 21st, 2007 16:44
menu, dropdown everland Flash & Multimedia Forum 2 Aug 21st, 2007 14:58
Dropdown lists psrujan JavaScript Forum 1 Jun 30th, 2007 22:37
CSS dropdown menu problem in IE Tino Web Page Design 2 Jun 3rd, 2007 08:48
Dropdown menu Jorgerb Flash & Multimedia Forum 6 May 17th, 2005 08:29


All times are GMT. The time now is 04:49.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43