This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Microsoft Publisher > September 2007 > how to make a hyperlink
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to make a hyperlink
|
|
| caitlyn 2007-09-21, 3:17 am |
| I am trying to put together a form so that people can send their quotes into
us via our website. However I am stuck as to how they will actually be able
to upload their files. I know on most sites people can click the attach file
button and their settings will appear, and I want to make that happen, but I
dont know how to do it.
| |
| Don Schmidt 2007-09-21, 6:15 pm |
| Do you want to post a link to an email address?
--
Don
Vancouver, USA
"caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
news:FC76A206-9C78-45FC-BFC6-B0F09F69F2D5@microsoft.com...
>I am trying to put together a form so that people can send their quotes
>into
> us via our website. However I am stuck as to how they will actually be
> able
> to upload their files. I know on most sites people can click the attach
> file
> button and their settings will appear, and I want to make that happen, but
> I
> dont know how to do it.
| |
| DavidF 2007-09-21, 6:15 pm |
| Don's suggestion of posting an email address may be your only solution as I
don't believe that the Publisher form has the capacity of adding a file for
uploading. Your ISP might have a forms program that will.
Reference: Publisher web publication forms 101:
http://msmvps.com/blogs/dbartosik/a...1/07/80564.aspx
Also read the article about HTTP uploading and the troubleshooting article
here:
http://msmvps.com/blogs/dbartosik/a...egory/1921.aspx
DavidF
"caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
news:FC76A206-9C78-45FC-BFC6-B0F09F69F2D5@microsoft.com...
>I am trying to put together a form so that people can send their quotes
>into
> us via our website. However I am stuck as to how they will actually be
> able
> to upload their files. I know on most sites people can click the attach
> file
> button and their settings will appear, and I want to make that happen, but
> I
> dont know how to do it.
| |
| Mike Koewler 2007-09-21, 6:15 pm |
| David,
I'll leave it up to you to explain how to add it into the Pub form area
(!), but the OP should be able to use something like <input type="file"
id="file_1" name="file_1" size="14"> in an html code fragment. In 2007,
I added a text area, then the html code fragment. Checking the source
code, the file upload option is within the <form> and </form> tags.
Mike
DavidF wrote:
> Don's suggestion of posting an email address may be your only solution as I
> don't believe that the Publisher form has the capacity of adding a file for
> uploading. Your ISP might have a forms program that will.
>
> Reference: Publisher web publication forms 101:
> http://msmvps.com/blogs/dbartosik/a...1/07/80564.aspx
>
> Also read the article about HTTP uploading and the troubleshooting article
> here:
> http://msmvps.com/blogs/dbartosik/a...egory/1921.aspx
>
> DavidF
>
> "caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
> news:FC76A206-9C78-45FC-BFC6-B0F09F69F2D5@microsoft.com...
>
>
>
>
| |
| DavidF 2007-09-21, 10:14 pm |
| Hummm...thanks. Perhaps you have explained it better than I already. I will
have to play with this, or perhaps the OP can try it and post back as to
whether it works for them.
Thanks for the code.
DavidF
"Mike Koewler" <wordwiz@fuse.net> wrote in message
news:2a311$46f3dbbd$d844df7f$30832@FUSE.NET...[color=darkred]
> David,
>
> I'll leave it up to you to explain how to add it into the Pub form area
> (!), but the OP should be able to use something like <input type="file"
> id="file_1" name="file_1" size="14"> in an html code fragment. In 2007, I
> added a text area, then the html code fragment. Checking the source code,
> the file upload option is within the <form> and </form> tags.
>
> Mike
>
> DavidF wrote:
| |
| Mike Koewler 2007-09-21, 10:14 pm |
| David,
I can't try it because I haven't enabled FPSE on my server. I know it
will work with Soupermail as the mail program, but that's a tad more
work for the OP (though Soupermail is a great program!). AFAIK, the id
tag is not necessary; the name can be whatever you want and the size can
be as wide as you wish. I also found a nifty bit of code that allows
someone to upload more than one file. I use it on one site but I think
only about two visitors have taken advantage of it!
Mike
DavidF wrote:
> Hummm...thanks. Perhaps you have explained it better than I already. I will
> have to play with this, or perhaps the OP can try it and post back as to
> whether it works for them.
>
> Thanks for the code.
>
> DavidF
>
> "Mike Koewler" <wordwiz@fuse.net> wrote in message
> news:2a311$46f3dbbd$d844df7f$30832@FUSE.NET...
>
>
| |
| DavidF 2007-09-22, 6:15 pm |
| Mike,
I think I will leave it up to the OP to work it out. Thanks.
DavidF
"Mike Koewler" <wordwiz@fuse.net> wrote in message
news:6a6ae$46f47868$d844df7f$11685@FUSE.NET...[color=darkred]
> David,
>
> I can't try it because I haven't enabled FPSE on my server. I know it will
> work with Soupermail as the mail program, but that's a tad more work for
> the OP (though Soupermail is a great program!). AFAIK, the id tag is not
> necessary; the name can be whatever you want and the size can be as wide
> as you wish. I also found a nifty bit of code that allows someone to
> upload more than one file. I use it on one site but I think only about two
> visitors have taken advantage of it!
>
> Mike
>
> DavidF wrote:
>
| |
| caitlyn 2007-09-26, 3:15 am |
| Don,
We are a framing company and build timber frames for houses.
What I want to do, is when someone is filling out our form and the press the
attach documents button, their computer settings appear so as they can find
their plans and attach them to the form they are sending me.
is this possible? i read the other messages from david f and mike koewler
and i am very confused as this is the first time i have ever used publisher.
Hopefully you can help me
"Don Schmidt" wrote:
> Do you want to post a link to an email address?
>
>
> --
> Don
> Vancouver, USA
>
>
> "caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
> news:FC76A206-9C78-45FC-BFC6-B0F09F69F2D5@microsoft.com...
>
>
>
| |
| Don Schmidt 2007-09-26, 6:16 pm |
| Caitlyn,
Mike and David are very savvy on publisher and websites; me, I'm a publisher
2000 user with a few websites.
I tried Mikes HTML code fragment and it seems to work.
Try this, in your form file select Insert, HTML code fragment. A window
will pop up and have a sample line in it.
Replace it with Mike's code,
<input type="file" id="file_1" name="file_1" size="14">
Then save the file.
Next send yourself a form using a sample file to attach.
--
Don
Vancouver, USA
"caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
news:7AB8DD66-64DC-4345-98B6-C8010AAEB193@microsoft.com...[color=darkred]
> Don,
>
> We are a framing company and build timber frames for houses.
>
> What I want to do, is when someone is filling out our form and the press
> the
> attach documents button, their computer settings appear so as they can
> find
> their plans and attach them to the form they are sending me.
>
> is this possible? i read the other messages from david f and mike koewler
> and i am very confused as this is the first time i have ever used
> publisher.
>
> Hopefully you can help me
>
> "Don Schmidt" wrote:
>
| |
| Mike Koewler 2007-09-26, 6:16 pm |
| Don,
I have to disagree with you about being savvy with Pub. I'm barely about
a newbie as far as using it. What I do is cheat - I use WebPlus to
create the code then place it in Pub to see if it works!
Mike
Don Schmidt wrote:
> Caitlyn,
> Mike and David are very savvy on publisher and websites; me, I'm a publisher
> 2000 user with a few websites.
>
> I tried Mikes HTML code fragment and it seems to work.
>
> Try this, in your form file select Insert, HTML code fragment. A window
> will pop up and have a sample line in it.
>
> Replace it with Mike's code,
>
> <input type="file" id="file_1" name="file_1" size="14">
>
> Then save the file.
>
> Next send yourself a form using a sample file to attach.
>
>
| |
| Don Schmidt 2007-09-26, 6:16 pm |
| My defense is I'm using myself as a comparison. <G>
--
Don
Vancouver, USA
"Mike Koewler" <wordwiz@fuse.net> wrote in message
news:24d72$46fab17a$d844df7f$30297@FUSE.NET...[color=darkred]
> Don,
>
> I have to disagree with you about being savvy with Pub. I'm barely about a
> newbie as far as using it. What I do is cheat - I use WebPlus to create
> the code then place it in Pub to see if it works!
>
> Mike
>
> Don Schmidt wrote:
| |
| caitlyn 2007-09-26, 10:15 pm |
| Hi Don,
I just want to say thankyou very much for going to the trouble of helping
me!!! It worked!!! I was so excited when i finally got it as it has been
annoying me for ages!!
Once again, Thankyou very much!
Caitlyn
"Don Schmidt" wrote:
> Caitlyn,
> Mike and David are very savvy on publisher and websites; me, I'm a publisher
> 2000 user with a few websites.
>
> I tried Mikes HTML code fragment and it seems to work.
>
> Try this, in your form file select Insert, HTML code fragment. A window
> will pop up and have a sample line in it.
>
> Replace it with Mike's code,
>
> <input type="file" id="file_1" name="file_1" size="14">
>
> Then save the file.
>
> Next send yourself a form using a sample file to attach.
>
>
> --
> Don
> Vancouver, USA
>
>
>
> "caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
> news:7AB8DD66-64DC-4345-98B6-C8010AAEB193@microsoft.com...
>
>
>
| |
| caitlyn 2007-09-27, 3:15 am |
| Don,
Need help again!
On my quote form, once submit is hit, I want a thankyou page to appear.
However i have noticed that it does not allow you to put a hyperlink to the
submit button. I also want the thankyou page to be invisible to the main page
and the only way to acces the page is once the submit button has been hit.
Can you help?
Thankyou
"Don Schmidt" wrote:
> Caitlyn,
> Mike and David are very savvy on publisher and websites; me, I'm a publisher
> 2000 user with a few websites.
>
> I tried Mikes HTML code fragment and it seems to work.
>
> Try this, in your form file select Insert, HTML code fragment. A window
> will pop up and have a sample line in it.
>
> Replace it with Mike's code,
>
> <input type="file" id="file_1" name="file_1" size="14">
>
> Then save the file.
>
> Next send yourself a form using a sample file to attach.
>
>
> --
> Don
> Vancouver, USA
>
>
>
> "caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
> news:7AB8DD66-64DC-4345-98B6-C8010AAEB193@microsoft.com...
>
>
>
| |
| Don Schmidt 2007-09-27, 3:15 am |
| You've got me on this one. Maybe one of the other poster in the news group
can pick up the ball.
--
Don
Vancouver, USA
"caitlyn" <caitlyn@discussions.microsoft.com> wrote in message
news:25D396E4-120C-4572-9BA0-F658D1FDAB0F@microsoft.com...[color=darkred]
> Don,
>
> Need help again!
>
> On my quote form, once submit is hit, I want a thankyou page to appear.
> However i have noticed that it does not allow you to put a hyperlink to
> the
> submit button. I also want the thankyou page to be invisible to the main
> page
> and the only way to acces the page is once the submit button has been hit.
>
> Can you help?
>
> Thankyou
>
> "Don Schmidt" wrote:
>
| |
| Mike Koewler 2007-09-27, 3:15 am |
| Caitlyn,
Please do not post the same message in multiple threads. It is
considered a breach of Netiquette.
Mike
caitlyn wrote:
[color=darkred]
> Don,
>
> Need help again!
>
> On my quote form, once submit is hit, I want a thankyou page to appear.
> However i have noticed that it does not allow you to put a hyperlink to the
> submit button. I also want the thankyou page to be invisible to the main page
> and the only way to acces the page is once the submit button has been hit.
>
> Can you help?
>
> Thankyou
>
> "Don Schmidt" wrote:
>
>
| |
| caitlyn 2007-09-27, 3:15 am |
| Mike,
I do apologise, as your help was not any good to me, I thought that if I
replied to Don (as he was able to help me with a different problem) the
message would just reach him.
I do apologise for any inconvienience.
"Mike Koewler" wrote:
> Caitlyn,
>
> Please do not post the same message in multiple threads. It is
> considered a breach of Netiquette.
>
> Mike
>
> caitlyn wrote:
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|