Jump to content

Select Box to display either All Records or Specific One


Recommended Posts

<select name="countryID">

<option value="%">All</option>

<option value="1">USA</option>

<option value="2">Canada</option>

<option value="3">Germany</option>

</select>

 

I want the action page to display Either

1) All Cities of All Countries

OR

2) Cities of a Specific Country

 

I could tackle the problem by manually handling the code but trying to find a solution through Dreamweaver Server Behaviors (optionally a bit of manual handcoding). Any idea

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.