Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
dreamweaver+courses - downloading forms

Forum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver+courses - Downloading forms

dreamweaver+courses - Downloading forms

ResolvedVersion Standard

Downloading forms

Is there a fairly easy way for me to upload an order form I've created in a word document, so someone viewing my web site can click on that form to save/download or open and print ?

RE: Downloading forms

Stephen,

Yep, this is really easy to do.

Firstly, I'd keep all your word documents in a separate folder (eg. /downloads, or even deeper).

Then all you do is upload the document (using Dreamweaver or another FTP program) and create a link to it in the way you would to a HTML file.

eg. <a href="/downloads/order_form.doc">Download order form</a>

When the visitor clicks the link, their browser prompts them to Open or Save the document.

Don't forget to test the link!
Hope this helps.
Let me know how you get on.

Regards, Rich

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.