TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft Expression > Microsoft Expression Web Designer

Notices

Reply
 
Thread Tools Display Modes
Old 26-06-2008, 08:58 PM   #1
Arjun
Guest
 
Posts: n/a
E-mail form handler

I am running Windows XP Home without the FPSE installed. I am trying to
create a form that will send the results to me via e-mail when the user hits
the submit button, with Expression WEB 1.0. Is there any way I can do this
without the FPSE.

Arjun


  Reply With Quote
Old 26-06-2008, 08:58 PM   #2
Ronx
Guest
 
Posts: n/a
Re: E-mail form handler

The form will have to be hosted on a server. Then use whatever server
side language/script the server supports - for example asp.NET,
"classic" asp, PHP, Perl/CGI etc. to write a form handler.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Arjun" <chakrapani.arjun@gmail.com> wrote in message
news:upfVRiD1IHA.2384@TK2MSFTNGP04.phx.gbl:

> I am running Windows XP Home without the FPSE installed. I am trying to
> create a form that will send the results to me via e-mail when the user hits
> the submit button, with Expression WEB 1.0. Is there any way I can do this
> without the FPSE.
>
> Arjun


  Reply With Quote
Old 26-06-2008, 08:58 PM   #3
Veign
Guest
 
Posts: n/a
Re: E-mail form handler

PHP way:
http://www.veign.com/code-view.php?type=web&codeid=48

--
Chris Hanscom - Microsoft MVP
Resource Center: http://www.veign.com/development-center.php
Veign's Blog: http://www.veign.com/blog
--
Web Development Help: http://www.veign.com/development-center-web.php
--


"Arjun" <chakrapani.arjun@gmail.com> wrote in message
news:upfVRiD1IHA.2384@TK2MSFTNGP04.phx.gbl...
>I am running Windows XP Home without the FPSE installed. I am trying to
>create a form that will send the results to me via e-mail when the user
>hits the submit button, with Expression WEB 1.0. Is there any way I can do
>this without the FPSE.
>
> Arjun
>
>



  Reply With Quote
Old 26-06-2008, 09:00 PM   #4
Arjun
Guest
 
Posts: n/a
Re: E-mail form handler

Thanks for your suggestion, and I have taken it aboard. Now, I am making
another web-site and I developed all the forms and handlers on FP 2003. Is
there any way I can use these on Expression Web without the FPSE 2002 (the
FPSE 2002 cannot install on a XP Home computer because of absence of IIS
support).

Any suggestions would be appreciated

Arjun

"Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
news:%23%23RRJPH1IHA.5472@TK2MSFTNGP06.phx.gbl...
> PHP way:
> http://www.veign.com/code-view.php?type=web&codeid=48
>
> --
> Chris Hanscom - Microsoft MVP
> Resource Center: http://www.veign.com/development-center.php
> Veign's Blog: http://www.veign.com/blog
> --
> Web Development Help: http://www.veign.com/development-center-web.php
> --
>
>
> "Arjun" <chakrapani.arjun@gmail.com> wrote in message
> news:upfVRiD1IHA.2384@TK2MSFTNGP04.phx.gbl...
>>I am running Windows XP Home without the FPSE installed. I am trying to
>>create a form that will send the results to me via e-mail when the user
>>hits the submit button, with Expression WEB 1.0. Is there any way I can do
>>this without the FPSE.
>>
>> Arjun
>>
>>

>
>



  Reply With Quote
Old 26-06-2008, 09:00 PM   #5
Veign
Guest
 
Posts: n/a
Re: E-mail form handler

I run a WAMP server on my development machine. This is how I am able to
fully test everything.

WAMP:
http://www.en.wampserver.com/

--
Chris Hanscom - Microsoft MVP
Resource Center: http://www.veign.com/development-center.php
Veign's Blog: http://www.veign.com/blog
--
Web Development Help: http://www.veign.com/development-center-web.php
--


"Arjun" <chakrapani.arjun@gmail.com> wrote in message
news:OkPWsJU1IHA.3884@TK2MSFTNGP05.phx.gbl...
> Thanks for your suggestion, and I have taken it aboard. Now, I am making
> another web-site and I developed all the forms and handlers on FP 2003. Is
> there any way I can use these on Expression Web without the FPSE 2002 (the
> FPSE 2002 cannot install on a XP Home computer because of absence of IIS
> support).
>
> Any suggestions would be appreciated
>
> Arjun
>
> "Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
> news:%23%23RRJPH1IHA.5472@TK2MSFTNGP06.phx.gbl...
>> PHP way:
>> http://www.veign.com/code-view.php?type=web&codeid=48
>>
>> --
>> Chris Hanscom - Microsoft MVP
>> Resource Center: http://www.veign.com/development-center.php
>> Veign's Blog: http://www.veign.com/blog
>> --
>> Web Development Help: http://www.veign.com/development-center-web.php
>> --
>>
>>
>> "Arjun" <chakrapani.arjun@gmail.com> wrote in message
>> news:upfVRiD1IHA.2384@TK2MSFTNGP04.phx.gbl...
>>>I am running Windows XP Home without the FPSE installed. I am trying to
>>>create a form that will send the results to me via e-mail when the user
>>>hits the submit button, with Expression WEB 1.0. Is there any way I can
>>>do this without the FPSE.
>>>
>>> Arjun
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 26-06-2008, 09:01 PM   #6
Arjun
Guest
 
Posts: n/a
Re: E-mail form handler

Does this mean I can run all my FP2003 pages (that require FPSE 2002) on
WAMP server?

Arjun

"Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
news:OuOtWmU1IHA.5472@TK2MSFTNGP06.phx.gbl...
>I run a WAMP server on my development machine. This is how I am able to
>fully test everything.
>
> WAMP:
> http://www.en.wampserver.com/
>
> --
> Chris Hanscom - Microsoft MVP
> Resource Center: http://www.veign.com/development-center.php
> Veign's Blog: http://www.veign.com/blog
> --
> Web Development Help: http://www.veign.com/development-center-web.php
> --
>
>
> "Arjun" <chakrapani.arjun@gmail.com> wrote in message
> news:OkPWsJU1IHA.3884@TK2MSFTNGP05.phx.gbl...
>> Thanks for your suggestion, and I have taken it aboard. Now, I am making
>> another web-site and I developed all the forms and handlers on FP 2003.
>> Is there any way I can use these on Expression Web without the FPSE 2002
>> (the FPSE 2002 cannot install on a XP Home computer because of absence of
>> IIS support).
>>
>> Any suggestions would be appreciated
>>
>> Arjun
>>
>> "Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
>> news:%23%23RRJPH1IHA.5472@TK2MSFTNGP06.phx.gbl...
>>> PHP way:
>>> http://www.veign.com/code-view.php?type=web&codeid=48
>>>
>>> --
>>> Chris Hanscom - Microsoft MVP
>>> Resource Center: http://www.veign.com/development-center.php
>>> Veign's Blog: http://www.veign.com/blog
>>> --
>>> Web Development Help: http://www.veign.com/development-center-web.php
>>> --
>>>
>>>
>>> "Arjun" <chakrapani.arjun@gmail.com> wrote in message
>>> news:upfVRiD1IHA.2384@TK2MSFTNGP04.phx.gbl...
>>>>I am running Windows XP Home without the FPSE installed. I am trying to
>>>>create a form that will send the results to me via e-mail when the user
>>>>hits the submit button, with Expression WEB 1.0. Is there any way I can
>>>>do this without the FPSE.
>>>>
>>>> Arjun
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 26-06-2008, 09:02 PM   #7
Veign
Guest
 
Posts: n/a
Re: E-mail form handler

No idea. I know nothing about Front Page extensions. Never used them.

--
Chris Hanscom - Microsoft MVP
Resource Center: http://www.veign.com/development-center.php
Veign's Blog: http://www.veign.com/blog
--
Web Development Help: http://www.veign.com/development-center-web.php
--


"Arjun" <chakrapani.arjun@gmail.com> wrote in message
news:eisFbHf1IHA.552@TK2MSFTNGP06.phx.gbl...
> Does this mean I can run all my FP2003 pages (that require FPSE 2002) on
> WAMP server?
>
> Arjun
>
> "Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
> news:OuOtWmU1IHA.5472@TK2MSFTNGP06.phx.gbl...
>>I run a WAMP server on my development machine. This is how I am able to
>>fully test everything.
>>
>> WAMP:
>> http://www.en.wampserver.com/
>>
>> --
>> Chris Hanscom - Microsoft MVP
>> Resource Center: http://www.veign.com/development-center.php
>> Veign's Blog: http://www.veign.com/blog
>> --
>> Web Development Help: http://www.veign.com/development-center-web.php
>> --
>>
>>
>> "Arjun" <chakrapani.arjun@gmail.com> wrote in message
>> news:OkPWsJU1IHA.3884@TK2MSFTNGP05.phx.gbl...
>>> Thanks for your suggestion, and I have taken it aboard. Now, I am making
>>> another web-site and I developed all the forms and handlers on FP 2003.
>>> Is there any way I can use these on Expression Web without the FPSE 2002
>>> (the FPSE 2002 cannot install on a XP Home computer because of absence
>>> of IIS support).
>>>
>>> Any suggestions would be appreciated
>>>
>>> Arjun
>>>
>>> "Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
>>> news:%23%23RRJPH1IHA.5472@TK2MSFTNGP06.phx.gbl...
>>>> PHP way:
>>>> http://www.veign.com/code-view.php?type=web&codeid=48
>>>>
>>>> --
>>>> Chris Hanscom - Microsoft MVP
>>>> Resource Center: http://www.veign.com/development-center.php
>>>> Veign's Blog: http://www.veign.com/blog
>>>> --
>>>> Web Development Help: http://www.veign.com/development-center-web.php
>>>> --
>>>>
>>>>
>>>> "Arjun" <chakrapani.arjun@gmail.com> wrote in message
>>>> news:upfVRiD1IHA.2384@TK2MSFTNGP04.phx.gbl...
>>>>>I am running Windows XP Home without the FPSE installed. I am trying to
>>>>>create a form that will send the results to me via e-mail when the user
>>>>>hits the submit button, with Expression WEB 1.0. Is there any way I can
>>>>>do this without the FPSE.
>>>>>
>>>>> Arjun
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 26-06-2008, 09:02 PM   #8
Ronx
Guest
 
Posts: n/a
Re: E-mail form handler

No

WAMP is Apache (web server), PHP, and mySQL running on Windows.

Apache on Windows does not support FP extensions - the only Windows
servers that supports FP extensions are IIS, and PWS on Windows 95 or
98.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Arjun" <chakrapani.arjun@gmail.com> wrote in message
news:eisFbHf1IHA.552@TK2MSFTNGP06.phx.gbl:

> Does this mean I can run all my FP2003 pages (that require FPSE 2002) on
> WAMP server?
>
> Arjun
>
> "Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
> news:OuOtWmU1IHA.5472@TK2MSFTNGP06.phx.gbl...
> >I run a WAMP server on my development machine. This is how I am able to
> >fully test everything.
> >
> > WAMP:
> > http://www.en.wampserver.com/
> >
> > --
> > Chris Hanscom - Microsoft MVP
> > Resource Center: http://www.veign.com/development-center.php
> > Veign's Blog: http://www.veign.com/blog
> > --
> > Web Development Help: http://www.veign.com/development-center-web.php
> > --
> >
> >
> > "Arjun" <chakrapani.arjun@gmail.com> wrote in message
> > news:OkPWsJU1IHA.3884@TK2MSFTNGP05.phx.gbl...
> >> Thanks for your suggestion, and I have taken it aboard. Now, I am making
> >> another web-site and I developed all the forms and handlers on FP 2003.
> >> Is there any way I can use these on Expression Web without the FPSE 2002
> >> (the FPSE 2002 cannot install on a XP Home computer because of absence of
> >> IIS support).
> >>
> >> Any suggestions would be appreciated
> >>
> >> Arjun
> >>
> >> "Veign" <NO_SPAMsupport@veign.comREMOVE> wrote in message
> >> news:%23%23RRJPH1IHA.5472@TK2MSFTNGP06.phx.gbl...
> >>> PHP way:
> >>> http://www.veign.com/code-view.php?type=web&codeid=48
> >>>
> >>> --
> >>> Chris Hanscom - Microsoft MVP
> >>> Resource Center: http://www.veign.com/development-center.php
> >>> Veign's Blog: http://www.veign.com/blog
> >>> --
> >>> Web Development Help: http://www.veign.com/development-center-web.php
> >>> --
> >>>
> >>>
> >>> "Arjun" <chakrapani.arjun@gmail.com> wrote in message
> >>> news:upfVRiD1IHA.2384@TK2MSFTNGP04.phx.gbl...
> >>>>I am running Windows XP Home without the FPSE installed. I am trying to
> >>>>create a form that will send the results to me via e-mail when the user
> >>>>hits the submit button, with Expression WEB 1.0. Is there any way I can
> >>>>do this without the FPSE.
> >>>>
> >>>> Arjun
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>

> >
> >


  Reply With Quote
Old 26-06-2008, 09:02 PM   #9
Cheryl D Wise
Guest
 
Posts: n/a
Re: E-mail form handler

I'm not sure since the FPSE for Apache were written for Linux based systems.
I would suggest asking on the FP newsgroup.

--
Cheryl D Wise
MS MVP Expression
Author: Foundations of Microsoft Expression Web

See our selection of Expression Web tutorials at
http://by-expression.com/content/tutorials.aspx


"Arjun" <chakrapani.arjun@gmail.com> wrote in message
news:eisFbHf1IHA.552@TK2MSFTNGP06.phx.gbl...
> Does this mean I can run all my FP2003 pages (that require FPSE 2002) on
> WAMP server?


  Reply With Quote
Reply

Thread Tools
Display Modes


Google
 


All times are GMT +5.5. The time now is 01:42 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional