PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage ASP routine

Reply

ASP routine

 
Thread Tools Rate Thread
Old 22-08-2004, 09:39 AM   #1
ah
Guest
 
Posts: n/a
Default ASP routine


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?

  Reply With Quote
Old 22-08-2004, 10:38 AM   #2
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: ASP routine

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?
>



  Reply With Quote
Old 22-08-2004, 12:25 PM   #3
ah
Guest
 
Posts: n/a
Default Re: ASP routine

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?
>>

>
>
>.
>

  Reply With Quote
Old 22-08-2004, 07:59 PM   #4
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: ASP routine

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?
> >>

> >
> >
> >.
> >



  Reply With Quote
Old 23-08-2004, 10:18 AM   #5
Andrew Murray
Guest
 
Posts: n/a
Default Re: ASP routine

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?
> > >>
> > >
> > >
> > >.
> > >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off