J
Jasonc
i want to have files that are Word Docs on the server available to the
members by having them select the files they want by select button and then
clickcing a Download button to obtain them all as once, instead of right
clicking on each one and selecting the save as option.
i am trying to get a page made up to do the following please can you copy
this into a notepad and saveas a webpage (html) and then have a look at it
to see what i am after.
thanks
J
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>
<body>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Builtin-Fields --><p>select the file you
require and then click <b>DOWNLOAD</b> to obtain them.</p>
<p><input type="checkbox" name="C1" value="ON">file one</p>
<p><input type="checkbox" name="C2" value="ON">file two</p>
<p><input type="checkbox" name="C3" value="ON">file three</p>
<p><input type="checkbox" name="C4" value="ON">file four</p>
<p><input type="checkbox" name="C5" value="ON">file five</p>
<p><input type="button" value="DOWNLOAD" name="B1"></p>
</form>
<p>--------------------------------------------------</p>
<p>the out come should be that a save as window would open asking for a
location
on their pc, to save them to and clicking the save button in this window
would
then save all the selected files they have chosen.</p>
<p>note. all the files that are selectable are already on the
server,
they are all Word Docs, I am unable to import them all as there are
hundreds of them and they would have to be reformatted to fit on the
webpage, as
they contain formatting that are not compatible with HTML, so this is the
only
way I can do this.</p>
<p> </p>
<p>thanks in advance for any help that you can give me.</p>
<p>J</p>
</body>
</html>
members by having them select the files they want by select button and then
clickcing a Download button to obtain them all as once, instead of right
clicking on each one and selecting the save as option.
i am trying to get a page made up to do the following please can you copy
this into a notepad and saveas a webpage (html) and then have a look at it
to see what i am after.
thanks
J
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>
<body>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Builtin-Fields --><p>select the file you
require and then click <b>DOWNLOAD</b> to obtain them.</p>
<p><input type="checkbox" name="C1" value="ON">file one</p>
<p><input type="checkbox" name="C2" value="ON">file two</p>
<p><input type="checkbox" name="C3" value="ON">file three</p>
<p><input type="checkbox" name="C4" value="ON">file four</p>
<p><input type="checkbox" name="C5" value="ON">file five</p>
<p><input type="button" value="DOWNLOAD" name="B1"></p>
</form>
<p>--------------------------------------------------</p>
<p>the out come should be that a save as window would open asking for a
location
on their pc, to save them to and clicking the save button in this window
would
then save all the selected files they have chosen.</p>
<p>note. all the files that are selectable are already on the
server,
they are all Word Docs, I am unable to import them all as there are
hundreds of them and they would have to be reformatted to fit on the
webpage, as
they contain formatting that are not compatible with HTML, so this is the
only
way I can do this.</p>
<p> </p>
<p>thanks in advance for any help that you can give me.</p>
<p>J</p>
</body>
</html>