| Forums | Submit Question | Email a Colleague | FAQ |

|
2001 ArchivesOctober 25, 2001
Dear Dr. Website: On a certain web page I want to give a link to an Installable(setup.exe) file. But when the user clicks on the link there is a dialog that pops up saying whether, Open this file from its current location Save this file to disk I do not want to give this choice to the user.
Rather I want to necessarily save the file on the users hard disk. That is when the user clicks the links , the save dialog box should appear where in the user can specify the path where he needs the file to be downloaded (saved).
Please give a solution to this problem. Answer:
Question:
If you think you could help me, then you can contact me on jachym.czech@email.cz.
Answer: <FORM METHOD=POST ACTION="mailto:youremail@home.com" ENCTYPE="text/plain"> <INPUT TYPE="TEXT" VALUE=""> <INPUT TYPE=SUBMIT> </FORM> If you want to use a script on your server, you'll need access to your web server's CGI-BIN directory, and you'll need the script, or course, along with a familiarity with the language the script is written in (at least enough to modify the variables). You can find many such scripts at ScriptSearch.com: http://www.scriptsearch.com/cgi-bin/search.cgi?searchfrom=left&q=mail+form
--Dr.Website Question: signed; desperately over-moused
Answer: <A HREF="whatever.html" onMouseOver="swapimage()">this is it </A>.
That should do it!
--Dr.Website Question: Answer: <BGSOUND SRC="/midi/wav/mp3 file "LOOP=infinite>
That's all to it. |
|

| Forums · Submit Question · Email a Colleague · FAQ |