Forums

This topic is locked

single select to multiple select?

Posted 10 Sep 2004 00:20:31
1
has voted
10 Sep 2004 00:20:31 mr binarian posted:
i am doing a real estate website and i have it setup so you can select a county from one drop down and it sorts properties by county and also type and it sorts by type. How do i go from a drop down of items to a list box where you can select multiple counties at a time.

I also have a backend where i can currently classify items as single home or rental but if something is a single home AND rental i would need a list box method for this as well. Can anyone point me in the right direction? thanks

Replies

Replied 13 Sep 2004 15:12:11
13 Sep 2004 15:12:11 Lee Diggins replied:
Hi

First is a drop-down:

<pre id=code><font face=courier size=2 id=code> &lt;select name="select1" id="select1"&gt;
&lt;/select&gt;
</font id=code></pre id=code>

Second is a select box:

<pre id=code><font face=courier size=2 id=code> &lt;select name="select2" size="5" multiple id="select2"&gt;
&lt;/select&gt;
</font id=code></pre id=code>



Digga

Sharing Knowledge Saves Valuable Time!!!

Reply to this topic