Selectbox with link

1
2
<select name="country_id" id="country_id" tabindex="1" onchange="location = this.options[this.selectedIndex].value;">
<option value="">-- Select country --</option>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TO create a selectbox with appropriate link.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.