I think I got that last night.
"Jonathan Maltz [MS-MVP]" wrote:
> No - but you _can_ pass the value of a drop-down to the body and/or subject
> line of an email
>
> --
> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
>
http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
> tutorial site :-)
>
http://vpc.visualwin.com - Does <insert OS name> work on VPC 2004? Find out
> here
> Only reply by newsgroup. I do not do technical support via email. Any
> emails I have not authorized are deleted before I see them.
>
>
> "Joe" <Joe@discussions.microsoft.com> wrote in message
> news:72FAEB93-1F06-422A-A915-0EEB34DE2DDC@microsoft.com...
> >I feel stupid here I forgot the " "
> >
> > Damn all this time?
> >
> > Ok then that fixes that but how do you match the
> >
> > objMessage to the HTML
> >
> > Like you have:
> >
> > Sender
> > To
> > From
> >
> > and so on.... what others can be placed in there?
> >
> > Like can you have objMessage.Option= Request.Form ("dropdown")
> >
> > to match the option box?
> >
> >
> > Thank Jonathan
> >
> > "Jonathan Maltz [MS-MVP]" wrote:
> >
> >> Hi,
> >>
> >> I hope by "add" you meant "replaced". You can't have 2 objMessage.To
> >> lines
> >>
> >> Also, can you provide the full 500 error code (disable IE Friendly Error
> >> messages using Tools -> Internet Options -> Advanced)
> >>
> >> --
> >> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
> >>
http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
> >> tutorial site :-)
> >>
http://vpc.visualwin.com - Does <insert OS name> work on VPC 2004? Find
> >> out
> >> here
> >> Only reply by newsgroup. I do not do technical support via email. Any
> >> emails I have not authorized are deleted before I see them.
> >>
> >>
> >> "Joe" <Joe@discussions.microsoft.com> wrote in message
> >> news:90B036DC-C8E3-4E6F-AA06-B9C4B46615EF@microsoft.com...
> >> > Hello Jonathan,
> >> >
> >> > Well, I added this objMessage.To = "admin@example.com"
> >> >
> >> > And remove the "To" text box
> >> >
> >> > and got this 500 error
> >> >
> >> > and I tried o use the html in my page and it didn't work.
> >> >
> >> > If I populate the "To" field with value= Info@Immoralbalance.com and
> >> > HIDDEN.
> >> > the form will submit only with Kristofers HTML. Ok sound wierd to you
> >> > then
> >> > here is the working version
> >> >
http://immoralbalance.com/contact_copy(1).asp
> >> >
> >> > As you may see I had to delete the previous form and add his.
> >> > Notice the hidden field?
> >> >
> >> > Ok, here is the code
http://immoralbalance.com/FORMCODE1.htm This URL
> >> > is
> >> > an
> >> > untouched form accept FPSE is used to process the form.
> >> >
> >> > Scroll down you will see the code highlighted in yellow
> >> >
> >> > So how do you add a objMessage asp line for the option box?
> >> >
> >> > Thank you
> >> > Joe
> >> >
> >> >
> >> > "Jonathan Maltz [MS-MVP]" wrote:
> >> >
> >> >> Nope - All Kristofer was doing was providing a feature-complete test
> >> >> website. It can be modified to do anything you wish
> >> >>
> >> >> --
> >> >> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
> >> >>
http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
> >> >> tutorial site :-)
> >> >>
http://vpc.visualwin.com - Does <insert OS name> work on VPC 2004?
> >> >> Find
> >> >> out
> >> >> here
> >> >> Only reply by newsgroup. I do not do technical support via email.
> >> >> Any
> >> >> emails I have not authorized are deleted before I see them.
> >> >>
> >> >>
> >> >> "Joe" <Joe@discussions.microsoft.com> wrote in message
> >> >> news:A3369B36-7C51-4628-BD28-9317B6C79881@microsoft.com...
> >> >> > Ok thanks.
> >> >> >
> >> >> > Now does the HTML have to be formatted just as it is on Ilopi?
> >> >> >
> >> >> > Because Mine is not. I may have to format the HTML the same
> >> >> >
> >> >> > Please let me know?
> >> >> >
> >> >> > "Jonathan Maltz [MS-MVP]" wrote:
> >> >> >
> >> >> >> Hi,
> >> >> >>
> >> >> >> You can change
> >> >> >> (
http://www.ilopia.com/Articles/WindowsServer2003/CDO.aspx):
> >> >> >> 07| objMessage.To = Request.Form("To")
> >> >> >> To:
> >> >> >>
> >> >> >> objMessage.To = "admin@example.com"
> >> >> >>
> >> >> >> And remove the "To" text box
> >> >> >>
> >> >> >> --
> >> >> >> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
> >> >> >>
http://www.visualwin.com - A Windows Server 2003 visual,
> >> >> >> step-by-step
> >> >> >> tutorial site :-)
> >> >> >>
http://vpc.visualwin.com - Does <insert OS name> work on VPC 2004?
> >> >> >> Find
> >> >> >> out
> >> >> >> here
> >> >> >> Only reply by newsgroup. I do not do technical support via email.
> >> >> >> Any
> >> >> >> emails I have not authorized are deleted before I see them.
> >> >> >>
> >> >> >>
> >> >> >> "Joe" <Joe@discussions.microsoft.com> wrote in message
> >> >> >> news:3947B1CF-C698-4DA1-9ED7-20E5575CBF78@microsoft.com...
> >> >> >> > Hello Jonathan,
> >> >> >> >
> >> >> >> > Well I didn't create the form in FP so I can remove the code
> >> >> >> > from
> >> >> >> > the
> >> >> >> > page.
> >> >> >> >
> >> >> >> > But how do you ge the form filds to "match" the asp code?
> >> >> >> > THere is no place to specify the email address?
> >> >> >> >
> >> >> >> > Thanks
> >> >> >> > Joe
> >> >> >> >
> >> >> >> > "Jonathan Maltz [MS-MVP]" wrote:
> >> >> >> >
> >> >> >> >> Hi Joe,
> >> >> >> >>
> >> >> >> >> It should work exactly the same, but you may need to recreate
> >> >> >> >> the
> >> >> >> >> form
> >> >> >> >> since
> >> >> >> >> I'm not sure if FPSE likes to be converted to/from
> >> >> >> >>
> >> >> >> >> --
> >> >> >> >> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual
> >> >> >> >> PC]
> >> >> >> >>
http://www.visualwin.com - A Windows Server 2003 visual,
> >> >> >> >> step-by-step
> >> >> >> >> tutorial site :-)
> >> >> >> >>
http://vpc.visualwin.com - Does <insert OS name> work on VPC
> >> >> >> >> 2004?
> >> >> >> >> Find
> >> >> >> >> out
> >> >> >> >> here
> >> >> >> >> Only reply by newsgroup. I do not do technical support via
> >> >> >> >> email.
> >> >> >> >> Any
> >> >> >> >> emails I have not authorized are deleted before I see them.
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> "Joe" <Joe@discussions.microsoft.com> wrote in message
> >> >> >> >> news:91328650-787E-4688-B5AE-AB195E573895@microsoft.com...
> >> >> >> >> >
> >> >> >> >> > Hello,
> >> >> >> >> >
> >> >> >> >> > Kristofer and friends.
> >> >> >> >> >
> >> >> >> >> > I am trying to get the cdo for server 2003 to work with my own
> >> >> >> >> > form
> >> >> >> >> > not
> >> >> >> >> > the