Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
select-box
- Page 1
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Weeks Ago
by asadalikhan
… Panel > Folder Options > File Types 2. Find and
select
.URL 3. Click Advanced and ensure it’s set to…
Select box
Digital Media
UI / UX Design
11 Years Ago
by devianleong
Hi, May I know how they do that kind of
select
box
in css or javascript? 
Select box option
Programming
Web Development
5 Years Ago
by kesavankani
Hai Frds, My question is i have create
select
box
using state,district,city and town.
select
state
box
click add option
select
box
change text
box
add/edit in text
box
add tha value save in state
select
box
. How do please help me
Re: Select box option
Programming
Web Development
5 Years Ago
by Dani
…m confused by your question. You created four
select
boxes: one asking to
select
state, one district, one city, one town…change the other three each time you change the state
select
box
, is this correct? I think what you're … Are you needing to retrieve the items from the
select
box
dynamically or can the list of all possible combinations exist…
Re: Select box, concatanation of variables...
Programming
Web Development
14 Years Ago
by klemme
…submitted with the same submit button. Here is the
select
box
again - I have made a comment in ALL CAPS…along side with the ID and the Linklabel (So one
select
box
/form, and one submit button). [CODE] <?php…='linklabel' /> <?php // printing the list
box
select
command while($row=mysqli_fetch_array($result)){//Array or records stored in…
Select Box with multiple selection options
Programming
Web Development
14 Years Ago
by mbarandao
Hello: I have a
select
box
which offers the user the option of …selections into mysql. here is the code of my
select
box
: [code] <form name="theForm">…quot;Other">Other</option> </
select
> <br> <font face=….servicearea);" style="color:blue;">
select
all</a>  …
Re: Select Box with multiple selection options
Programming
Web Development
14 Years Ago
by mbarandao
… else{echo "not array";} ?> [/code] my
select
box
: [code] <form name="theForm" method="post…quot;Other">Other</option> </
select
> <font face=arial size=1><…nbsp;<a href="javascript:DeselectAllList(document.theForm.
select
);" style="color:blue;">deselect all…
Select box, concatanation of variables...
Programming
Web Development
14 Years Ago
by klemme
All, I have a small
select
box
for deleting a page, and I need …='linklabel' /> <?php // printing the list
box
select
command while($row=mysqli_fetch_array($result)){//Array or records stored in…added by looping through the array } ?> </
select
> <input type="submit" name="…
Select Box Updates DIV on the page
Programming
Web Development
15 Years Ago
by sops21
… in it. When you click on their name in the
select
box
, I'm trying to display information (Name, Address, Height, Weight… what I have so far: [CODE]<form> <
SELECT
NAME="list1" MULTIPLE SIZE=20 class="set_width…;option value=38>Bob Smith </option> </
SELECT
> </form> <div id="output"…
Re: Select Box with multiple selection options
Programming
Web Development
14 Years Ago
by sudeepjd
… an array. In your case use the name of the
select
box
as [COLOR="Green"]servicearea[][/COLOR] instead of [COLOR…. 4. The JavaScript in the <a> tag for
select
/deselect all has a <b></b>…
Select box that changes textbox value
Programming
Web Development
17 Years Ago
by hooray
…textbox next to a
select
box
. When the user selects an option in the
select
I would like the … to display some text to explain what each
select
option means. I have this so far: …can:<br /><br /> <
select
id="list01" name="atk" class…quot;>court women</option></
select
><input id="exp" value…
select box issue
Programming
Web Development
17 Years Ago
by kings
…quot;unable to connect"); $result=mysql_query("
select
* from career"); if($result) { print "<…;
select
name='IndustryType' language='javascript' onChange='view(this);' size… [/CODE] in this code when i click on
select
box
the selcted value should pass to another php page.…
select box using ajax and php
Programming
Web Development
15 Years Ago
by jabroni7
… help me with code or links i have a text
box
,when ever some one types a letter or more ,it… all the values starting with value in a text
box
in a
select
box
i want it to be live using javascript and…
Re: select box using ajax and php
Programming
Web Development
15 Years Ago
by csharplearner
… help me with code or links i have a text
box
,when ever some one types a letter or more ,it… all the values starting with value in a text
box
in a
select
box
i want it to be live using javascript and…
Select box and image tag!
Programming
Web Development
14 Years Ago
by morteza_ipo
… tag! And this tag have a loop again for generating
select
box
with many options! That options value is image file name…
Re: Select box
Digital Media
UI / UX Design
11 Years Ago
by stuvart20135
<
select
><option>selct1</option> <option>selct1</option> <option>selct1</option> <option>selct1</option> </
select
>
Re: how to display text from any one select box from multiple select box using
Programming
Web Development
12 Years Ago
by pritaeas
$("
select
").change(function () { }); This code is executed for each
select
box
. Unfortunately, the change is also triggered when you first load the page. If you want to target a single
select
box
, then use something like this: $('#hotel1').change(function() { });
Re: Select box
Digital Media
UI / UX Design
11 Years Ago
by JorgeM
… is most likely not even being implemented by the <
select
> element. It could be another element that has been…
Re: select box values getting lost in dropdown list in the php page
Programming
Web Development
12 Years Ago
by Albert Pinto
…and townid.... What I want is... there are 3
select
boxes(dropdown list) Country.... States and Town.. I'm… all these country names in the first
select
box
. Now onchange of the first
select
box
... My states get changed... and onchange… separate php page called states.php to generate states
select
box
. I called this states.php page from my original…
Re: select box values getting lost in dropdown list in the php page
Programming
Web Development
12 Years Ago
by Albert Pinto
…and it gave me this in the alert
box
..... <
select
name="state" onchange="get_towns(this….value)"> <option>
Select
States</option> <option value="… I have given name attribute as state for that
select
box
.... and in the backend php file <?php …
Re: Select Box populates text field
Programming
Web Development
18 Years Ago
by jrivera
… be also manipulated by the same
select
box
. I have the code to add new text
box
/hidden field on hittin the add…
PHP and AJAX: Auto-Populate SELECT BOX
Programming
Web Development
13 Years Ago
by klemme
… on how to implement it. [B]This is the first
select
box
:[/B] [CODE] <?php // The values taken from DB…I] So I need to somehow, populate the second
select
box
, and go around my database to get the right information…(with the onChange, function in the first
select
box
). Can somehow please point me in the right direction? …
how to add values of another select box when a select option is changed
Programming
Web Development
10 Years Ago
by Faixan_1
…
select
box
value and want to add the third one
select
box
value add.as much as i populated
select
box
all the value of third
select
box
… advance below is the code to add three
select
box
dynamically through jquery. $(window).load(function(){ $(…// this is html and php code for
select
box
.. <div id="filter">…
More then one select box in single page...
Programming
Web Development
15 Years Ago
by pbcomput
…m trying to get values of more then one
select
box
on same page.. i am showing list of all …
select
box
..so per user there is one
select
box
... i want to get the value of all
select
box
...which is
select
or not
select
...…refral and if user didnt
select
any
select
box
then it shows msg to
select
at least one
select
box
.. i want to validate…
Re: passing variable via url to a select box
Programming
Web Development
14 Years Ago
by mbarandao
…to another page into a
select
box
. The problem is that it creates a new
select
box
with the new data. …;;[/CODE] The part of my code that holds the existing
select
box
is [CODE] $display_block .= " <form method…url is identified and displayed as first in the existing
select
box
; however, something else happens --which is unexpected. I…
About fixing the size of select box in PHP code??
Programming
Web Development
15 Years Ago
by gagan22
… i have done using ajax. Like when we
select
country form first
select
box
then it will show state comes under country. …is that when i am selecting country form first
select
box
then 2nd
select
box
which is for state. This is dyanmically changes size…i want now that size should be fixed of 2nd
select
box
. IS there any way in html code in which we…
Want to give Fix size to select box???
Digital Media
UI / UX Design
15 Years Ago
by gagan22
… i have done using ajax. Like when we
select
country form first
select
box
then it will show state comes under country. …is that when i am selecting country form first
select
box
then 2nd
select
box
which is for state. This is dyanmically changes size…i want now that size should be fixed of 2nd
select
box
. IS there any way in html code in which we…
Re: About fixing the size of select box in PHP code??
Programming
Web Development
15 Years Ago
by Josh Connerty
… i have done using ajax. Like when we
select
country form first
select
box
then it will show state comes under country. …is that when i am selecting country form first
select
box
then 2nd
select
box
which is for state. This is dyanmically changes size…i want now that size should be fixed of 2nd
select
box
. IS there any way in html code in which we…
Re: PHP and AJAX: Auto-Populate SELECT BOX
Programming
Web Development
13 Years Ago
by klemme
…The two forms [CODE] <?php // The first
select
box
: $sqlCommand="
SELECT
id, linknavn, pos FROM subjects WHERE id >…<?php mysqli_free_result($result); ?> // Then the other
select
box
: // I changed this to check if the first one …?> [/CODE] By checking this, the second
select
box
NEVER pops up! Does that help you tp find…
Re: PHP and AJAX: Auto-Populate SELECT BOX
Programming
Web Development
13 Years Ago
by klemme
…gt; <?php // This is the first
select
box
?> <?php $sqlCommand="
SELECT
linknavn FROM subjects WHERE id = $til_subject"…result); ?> <?php // This is the second
select
box
?> <p>Sidens position:</p><… there is no "relations" to the second
select
box
. I hope it is not too messy to look at…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC