I believe this is what you're looking for.
Code:
<select name="dropdownname">
<option value="affiliate1">Affiliate 1</option>
<option value="affiliate1">Affiliate 1</option>
<option value="affiliate1">Affiliate 1</option>
</select>
If you want it to redirect the page you will need to add a little javascript in there. I can help you out with that if you need me to.