Hello, I want to be able to have the user click on a Submit button and download a file with one click. The form contains the Current Time and UserID and the file is based upon a passed variable AN. There are 2 buttons basically an Accept
<input type="submit" value="Accept" name="submit" onClick="file://E:/ads/<%= Request("AN" %>">
and Decline
<input type="button" value="Decline" name="Back" onClick="history.go(-1)">
The Decline works, but the acecept will not... Any Ideas?
<input type="submit" value="Accept" name="submit" onClick="file://E:/ads/<%= Request("AN" %>">
and Decline
<input type="button" value="Decline" name="Back" onClick="history.go(-1)">
The Decline works, but the acecept will not... Any Ideas?