I have a link that I can't really provide, but I'll give an example.
This link takes me to a dropdown and a button. in the drop down I pick either "zip" or a "text" then click a button. This then downloads a file of the type I just selected. Stupid question here, but is there any way to create a link that goes directly to one of those files..ie...
Here is a snip form the page source if that would help:
<b>File Type:</b>
<select name="file_type">
<option value="ZIP" selected>
ZIP file (.zip)
</option>
<option value="TEXT">
TEXT/CSV File -- no compression (.csv)
</option>
</select>
<br><br><input type="submit" value="proceed" class="button">
This link takes me to a dropdown and a button. in the drop down I pick either "zip" or a "text" then click a button. This then downloads a file of the type I just selected. Stupid question here, but is there any way to create a link that goes directly to one of those files..ie...
Here is a snip form the page source if that would help:
<b>File Type:</b>
<select name="file_type">
<option value="ZIP" selected>
ZIP file (.zip)
</option>
<option value="TEXT">
TEXT/CSV File -- no compression (.csv)
</option>
</select>
<br><br><input type="submit" value="proceed" class="button">