Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Adding an MS Word Interactive Document

Asked Modified Viewed 2,222 times
D
Debik2
D
Debik2 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hi All,

I have an MS Word "online" employment application that I need to add to my site so someone can go to the site and fill out the application online and then submit it via email.

2 questions:
(1) Is there any special coding for this? If so, what?
(2) Is there an easier way to do this? If so, what and/or how?

I tried uploading and then using this code to access by clicking a link but it comes up page not found.

<a href="http://www.fumc-online.com/">Click Here to Complete the online employment application.
</a>

Thanks for any help you can offer.
0 replies

3 posts

H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

it might at least say something like this

<a href="http://www.fumc-online.com/[color=red]PATH_TO_YOUR_DOCUMENT.doc[/color]">Click Here to Complete the online employment application.
</a>
Edited by helmuth on 01-02-2006 18:41,
0 replies
D
Debik2
D
Debik2 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Hey,

Thanks for responding. On my original post I typed from memory and actually forgot to add the path in the post only. Here is a copy and paste of the actual code.

<a href="http://www.fumc-online.com/empapp.doc">Click Here to Complete an Online Preliminary Employment Application</a>

I am stumped. When I go to my ftp site I have 3 folders...
mainwebsite_cgi
mainwebsite_html
mainwebsite_perl

I uploaded to the main folder /home that contained these three folders. Should I put it somewhere else by chance??? Is it possible that I have to upload some kind of mod from Microsoft so that this file can be viewed and/or accessed? It was a template that I got from the MS Site.

Thanks,
Deb
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

I don't know what server you have got, but I think you have to place the document in *_html folder ...
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

H
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
D
D
Debik2 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet