Selectbox with link

<select name="country_id" id="country_id" tabindex="1" onchange="location = this.options[this.selectedIndex].value;"> <option value="">-- Select country --</option> <optgroup label="North America"> <option value="http://nripress.club/american-states-2/">USA</option> <option value="http://nripress.club/Canada/">Canada</option> </optgroup> <optgroup label="Europe"> disabled="disabled">Greece</option> <option value="http://nripress.club/uk/">UK</option> </optgroup> <optgroup label="Asia"> <option value="http://nripress.club/indian-states/">India</option> <optgroup label="Middle East"> <option value="http://nripress.club/uae/">UAE</option> </select>
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.