I currently have a table like the following:
<table>
<tbody>
<tr>
<td>List 1</td>
<td>List 2</td>
<td>List 3</td>
<td>....</td>
</tr>
<tr>
<td>This section would be the dropdown that will contain pdf files</td>
<td>......</td>
<td>.....</td>
<td>.....</td></tr>
</tbody>
</table>
I am wondering if it is possible to create a dropdown menu that will display list of pdf files and once you click on them, opens up on a different window.
If possible, can anyone direct me to the right direction?
Thanks