<html>
<head>
<script>
function clickLink(linkId) {
var node = document.getElementById(linkId);
if (node != null)
node.click();
}
</script>
</head>
<body>
<a id="iframe_direct_download" href="../signed.exe">
Direct download from an iframe
</a><br>
</body>
</html>