Ok, so I have 4 combo boxes with $Year, $Month, $Type, $extension to create file name of URL. http://www.myOrg.Org/Articles/$Month + $Year + MyOrg + $Type . $extension
This is what I have (doing only 1 variable - Year).
<form>
Select the year:
<select id="mySelect">
<option>2018</option>
<option>2017</option>
<option>2016</option>
<option>2015</option>
</select>
Select the month:
<select id="mySelect1">
<option>January</option>
<option>Februar