I searched online about this meta refresh code in html
<META HTTP-EQUIV='REFRESH' CONTENT='5;URL=http://www.example.com/test.txt'>
this code redirects the page to http://www.example.com/test.txt after 5 seconds..
i wanted it to download the file! not opening it in the browser!,
some extensions doesn't download using this code, like ( js jpg html css.. etc.. ),
the browser just open them!, well i want the browser to download not to open,
Does anybody know how?