jdavidw13
12-05-2002, 11:15 PM
Hi,
In my php script I do this:
print("<meta http-equiv="Refresh" content="1; URL=testdir/file.mrc">");
what I want this to do, is for the web page to automatically pop open a download dialog. Instead it displays the file, it looks real messy because it isn't scrictly a text file. How do I get the download dialog to automatically come up when I load the page? Is there a way to do it in php or javascript? Anything would help,
Thanks,
JD
In my php script I do this:
print("<meta http-equiv="Refresh" content="1; URL=testdir/file.mrc">");
what I want this to do, is for the web page to automatically pop open a download dialog. Instead it displays the file, it looks real messy because it isn't scrictly a text file. How do I get the download dialog to automatically come up when I load the page? Is there a way to do it in php or javascript? Anything would help,
Thanks,
JD