PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
ASP routine
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
ASP routine
![]() |
ASP routine |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I need to write a small routine in order to automatically
email a documentation to the persons who filled in the online form, if they ticked "doc". I have explored a bit the asp language online and started learning the basics but am not good enough yet. Could someone point me towards a similar routine in asp that I could adapt to my needs? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
In your IE browser type either of the following:
? Sending Attachments with CDOSYS or ? Sending Attachments with CDONTS A better approach is to provide a link to the document on your site for the user to download or have the user login and then download the document, because you never know if a person email account handle the site file you might be sending or if they accept attachments, etc. -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "ah" <anonymous@discussions.microsoft.com> wrote in message news:36da01c48823$86647560$a301280a@phx.gbl... > I need to write a small routine in order to automatically > email a documentation to the persons who filled in the > online form, if they ticked "doc". > > I have explored a bit the asp language online and started > learning the basics but am not good enough yet. Could > someone point me towards a similar routine in asp that I > could adapt to my needs? > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you for the tips. I found lots of interesting
scripts there that I am going to analyse. We do not want to provide a link to the document on our site for the users to download because we need the contact details for the persons who have our documentation sent to them. >-----Original Message----- >In your IE browser type either of the following: > >? Sending Attachments with CDOSYS > >or > >? Sending Attachments with CDONTS > >A better approach is to provide a link to the document on your site for the user to download or have >the user login and then download the document, because you never know if a person email account >handle the site file you might be sending or if they accept attachments, etc. > >-- >============================================== >Thomas A. Rowe (Microsoft MVP - FrontPage) >WEBMASTER Resources(tm) >http://www.ycoln-resources.com >FrontPage Resources, WebCircle, MS KB Quick Links, etc. >============================================== >To assist you in getting the best answers for FrontPage support see: >http://www.net-sites.com/sitebuilder/newsgroups.asp > >"ah" <anonymous@discussions.microsoft.com> wrote in message >news:36da01c48823$86647560$a301280a@phx.gbl... >> I need to write a small routine in order to automatically >> email a documentation to the persons who filled in the >> online form, if they ticked "doc". >> >> I have explored a bit the asp language online and started >> learning the basics but am not good enough yet. Could >> someone point me towards a similar routine in asp that I >> could adapt to my needs? >> > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
The link to the document would be email to the user after they had submitted the form.
-- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "ah" <anonymous@discussions.microsoft.com> wrote in message news:aa9801c4883a$b67ad340$a401280a@phx.gbl... > Thank you for the tips. I found lots of interesting > scripts there that I am going to analyse. > > We do not want to provide a link to the document on our > site for the users to download because we need the > contact details for the persons who have our > documentation sent to them. > > >-----Original Message----- > >In your IE browser type either of the following: > > > >? Sending Attachments with CDOSYS > > > >or > > > >? Sending Attachments with CDONTS > > > >A better approach is to provide a link to the document > on your site for the user to download or have > >the user login and then download the document, because > you never know if a person email account > >handle the site file you might be sending or if they > accept attachments, etc. > > > >-- > >============================================== > >Thomas A. Rowe (Microsoft MVP - FrontPage) > >WEBMASTER Resources(tm) > >http://www.ycoln-resources.com > >FrontPage Resources, WebCircle, MS KB Quick Links, etc. > >============================================== > >To assist you in getting the best answers for FrontPage > support see: > >http://www.net-sites.com/sitebuilder/newsgroups.asp > > > >"ah" <anonymous@discussions.microsoft.com> wrote in > message > >news:36da01c48823$86647560$a301280a@phx.gbl... > >> I need to write a small routine in order to > automatically > >> email a documentation to the persons who filled in the > >> online form, if they ticked "doc". > >> > >> I have explored a bit the asp language online and > started > >> learning the basics but am not good enough yet. Could > >> someone point me towards a similar routine in asp that > I > >> could adapt to my needs? > >> > > > > > >. > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
i.e. you're emailing the link to the document, not the document itself, because
the user's ISP may have restrictions on document attachment sizes on their email service etc. (like Hotmail for example, only allows up to 1meg files (mail attachments either incoming or outgoing) or at least I think it used to). "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:uuyJXoHiEHA.704@TK2MSFTNGP12.phx.gbl... > The link to the document would be email to the user after they had submitted the form. > > -- > ============================================== > Thomas A. Rowe (Microsoft MVP - FrontPage) > WEBMASTER Resources(tm) > http://www.ycoln-resources.com > FrontPage Resources, WebCircle, MS KB Quick Links, etc. > ============================================== > To assist you in getting the best answers for FrontPage support see: > http://www.net-sites.com/sitebuilder/newsgroups.asp > > "ah" <anonymous@discussions.microsoft.com> wrote in message > news:aa9801c4883a$b67ad340$a401280a@phx.gbl... > > Thank you for the tips. I found lots of interesting > > scripts there that I am going to analyse. > > > > We do not want to provide a link to the document on our > > site for the users to download because we need the > > contact details for the persons who have our > > documentation sent to them. > > > > >-----Original Message----- > > >In your IE browser type either of the following: > > > > > >? Sending Attachments with CDOSYS > > > > > >or > > > > > >? Sending Attachments with CDONTS > > > > > >A better approach is to provide a link to the document > > on your site for the user to download or have > > >the user login and then download the document, because > > you never know if a person email account > > >handle the site file you might be sending or if they > > accept attachments, etc. > > > > > >-- > > >============================================== > > >Thomas A. Rowe (Microsoft MVP - FrontPage) > > >WEBMASTER Resources(tm) > > >http://www.ycoln-resources.com > > >FrontPage Resources, WebCircle, MS KB Quick Links, etc. > > >============================================== > > >To assist you in getting the best answers for FrontPage > > support see: > > >http://www.net-sites.com/sitebuilder/newsgroups.asp > > > > > >"ah" <anonymous@discussions.microsoft.com> wrote in > > message > > >news:36da01c48823$86647560$a301280a@phx.gbl... > > >> I need to write a small routine in order to > > automatically > > >> email a documentation to the persons who filled in the > > >> online form, if they ticked "doc". > > >> > > >> I have explored a bit the asp language online and > > started > > >> learning the basics but am not good enough yet. Could > > >> someone point me towards a similar routine in asp that > > I > > >> could adapt to my needs? > > >> > > > > > > > > >. > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

