Is there a way to start a download dlg from a browser without javascript? I'm using the code below, which works. However, it is dependent on javascript being enabled in the browser.
echo ("<script type='text/javascript'>setTimeout(\"window.location ='" . $link . "'\", 100);</script>");