R
Ryan
Copy the <form> below and replace the value="THIS PART"
with the URL (address) and the "File 1" with what you
want to appear in the drop-down box.
<form name="pdfs">
<div align="center"><p><select name="pdfs" size="1"
onChange="jumplink2(this.form)">
<option>(Select a file)</option>
<option
value="www.FILL.THIS.IN.WITH.THE.URL.com">File 1</option>
<option
value="www.SAME.WITH.THIS.com">File2</option>
</select> </p>
</div>
with the URL (address) and the "File 1" with what you
want to appear in the drop-down box.
<form name="pdfs">
<div align="center"><p><select name="pdfs" size="1"
onChange="jumplink2(this.form)">
<option>(Select a file)</option>
<option
value="www.FILL.THIS.IN.WITH.THE.URL.com">File 1</option>
<option
value="www.SAME.WITH.THIS.com">File2</option>
</select> </p>
</div>