<script> <BR>function download_file(url) <BR>{ <br><br>if (typeof (download_file.iframe) == "undefined") <BR>{ <BR>var iframe = document.createElement("iframe"); <BR>download_file.iframe = iframe; <BR>document.body.appendChild(download_file.iframe); <BR>} <BR>// alert(download_file.iframe); <BR>download_file.iframe.src = url; <br><br>download_file.iframe.style.display = "none"; <br><br><br><br>} <BR></script>
aaaaa bbbbb ccccc