it´s possible to send a form to multiple pages?

Re: send to multiple pages by Thomas

Thomas
Wed Feb 01 16:11:10 CST 2006

To do what?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Licass" <l.r.m.d@sapo.pt> wrote in message news:OcHBEl3JGHA.312@TK2MSFTNGP09.phx.gbl...
> it´s possible to send a form to multiple pages?
>
>



Re: send to multiple pages by Licass

Licass
Wed Feb 01 16:26:16 CST 2006

i have a form that sends to a db and to emails, ok. but i need to cacth the
primary key of the table that is a autonumber.

"Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
news:u5smmx3JGHA.3728@tk2msftngp13.phx.gbl...
> To do what?
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Licass" <l.r.m.d@sapo.pt> wrote in message
news:OcHBEl3JGHA.312@TK2MSFTNGP09.phx.gbl...
> > it´s possible to send a form to multiple pages?
> >
> >
>
>



Re: send to multiple pages by Thomas

Thomas
Wed Feb 01 16:31:27 CST 2006

See:
http://www.kamath.com/tutorials/tut004_autonum.asp

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Licass" <l.r.m.d@sapo.pt> wrote in message news:OCXJY43JGHA.2668@tk2msftngp13.phx.gbl...
>i have a form that sends to a db and to emails, ok. but i need to cacth the
> primary key of the table that is a autonumber.
>
> "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
> news:u5smmx3JGHA.3728@tk2msftngp13.phx.gbl...
>> To do what?
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Licass" <l.r.m.d@sapo.pt> wrote in message
> news:OcHBEl3JGHA.312@TK2MSFTNGP09.phx.gbl...
>> > it´s possible to send a form to multiple pages?
>> >
>> >
>>
>>
>
>



Re: send to multiple pages by Licass

Licass
Thu Feb 02 16:01:17 CST 2006

hi,
i want when a user come to this page( after writing to db the form results)
to be redirect(2 sec) to another page that receives the same form results
like parameters. how to do it ???


"Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
news:ef37783JGHA.3164@TK2MSFTNGP11.phx.gbl...
> See:
> http://www.kamath.com/tutorials/tut004_autonum.asp
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Licass" <l.r.m.d@sapo.pt> wrote in message
news:OCXJY43JGHA.2668@tk2msftngp13.phx.gbl...
> >i have a form that sends to a db and to emails, ok. but i need to cacth
the
> > primary key of the table that is a autonumber.
> >
> > "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
> > news:u5smmx3JGHA.3728@tk2msftngp13.phx.gbl...
> >> To do what?
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "Licass" <l.r.m.d@sapo.pt> wrote in message
> > news:OcHBEl3JGHA.312@TK2MSFTNGP09.phx.gbl...
> >> > it´s possible to send a form to multiple pages?
> >> >
> >> >
> >>
> >>
> >
> >
>
>



Re: send to multiple pages by Thomas

Thomas
Thu Feb 02 16:07:25 CST 2006

You can do a Server.Transfer immediately, not with a time delay. You will have to learn ASP/VBScript
to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Licass" <l.r.m.d@sapo.pt> wrote in message news:O$5ILPEKGHA.1848@TK2MSFTNGP12.phx.gbl...
> hi,
> i want when a user come to this page( after writing to db the form results)
> to be redirect(2 sec) to another page that receives the same form results
> like parameters. how to do it ???
>
>
> "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
> news:ef37783JGHA.3164@TK2MSFTNGP11.phx.gbl...
>> See:
>> http://www.kamath.com/tutorials/tut004_autonum.asp
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Licass" <l.r.m.d@sapo.pt> wrote in message
> news:OCXJY43JGHA.2668@tk2msftngp13.phx.gbl...
>> >i have a form that sends to a db and to emails, ok. but i need to cacth
> the
>> > primary key of the table that is a autonumber.
>> >
>> > "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
>> > news:u5smmx3JGHA.3728@tk2msftngp13.phx.gbl...
>> >> To do what?
>> >>
>> >> --
>> >> ==============================================
>> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> ==============================================
>> >> If you feel your current issue is a results of installing
>> >> a Service Pack or security update, please contact
>> >> Microsoft Product Support Services:
>> >> http://support.microsoft.com
>> >> If the problem can be shown to have been caused by a
>> >> security update, then there is usually no charge for the call.
>> >> ==============================================
>> >>
>> >> "Licass" <l.r.m.d@sapo.pt> wrote in message
>> > news:OcHBEl3JGHA.312@TK2MSFTNGP09.phx.gbl...
>> >> > it´s possible to send a form to multiple pages?
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Re: send to multiple pages by Licass

Licass
Thu Feb 02 16:31:34 CST 2006

well
it´s possible to send parameter/variables in the refresh meta tag
"Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
news:%23SL7KUEKGHA.3200@tk2msftngp13.phx.gbl...
> You can do a Server.Transfer immediately, not with a time delay. You will
have to learn ASP/VBScript
> to accomplish.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Licass" <l.r.m.d@sapo.pt> wrote in message
news:O$5ILPEKGHA.1848@TK2MSFTNGP12.phx.gbl...
> > hi,
> > i want when a user come to this page( after writing to db the form
results)
> > to be redirect(2 sec) to another page that receives the same form
results
> > like parameters. how to do it ???
> >
> >
> > "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
> > news:ef37783JGHA.3164@TK2MSFTNGP11.phx.gbl...
> >> See:
> >> http://www.kamath.com/tutorials/tut004_autonum.asp
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "Licass" <l.r.m.d@sapo.pt> wrote in message
> > news:OCXJY43JGHA.2668@tk2msftngp13.phx.gbl...
> >> >i have a form that sends to a db and to emails, ok. but i need to
cacth
> > the
> >> > primary key of the table that is a autonumber.
> >> >
> >> > "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
> >> > news:u5smmx3JGHA.3728@tk2msftngp13.phx.gbl...
> >> >> To do what?
> >> >>
> >> >> --
> >> >> ==============================================
> >> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> >> ==============================================
> >> >> If you feel your current issue is a results of installing
> >> >> a Service Pack or security update, please contact
> >> >> Microsoft Product Support Services:
> >> >> http://support.microsoft.com
> >> >> If the problem can be shown to have been caused by a
> >> >> security update, then there is usually no charge for the call.
> >> >> ==============================================
> >> >>
> >> >> "Licass" <l.r.m.d@sapo.pt> wrote in message
> >> > news:OcHBEl3JGHA.312@TK2MSFTNGP09.phx.gbl...
> >> >> > it´s possible to send a form to multiple pages?
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >
> >
>
>



Re: send to multiple pages by Thomas

Thomas
Thu Feb 02 16:52:19 CST 2006

Maybe, I don't use method.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Licass" <l.r.m.d@sapo.pt> wrote in message news:eT0IDgEKGHA.3936@TK2MSFTNGP10.phx.gbl...
> well
> it´s possible to send parameter/variables in the refresh meta tag
> "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
> news:%23SL7KUEKGHA.3200@tk2msftngp13.phx.gbl...
>> You can do a Server.Transfer immediately, not with a time delay. You will
> have to learn ASP/VBScript
>> to accomplish.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Licass" <l.r.m.d@sapo.pt> wrote in message
> news:O$5ILPEKGHA.1848@TK2MSFTNGP12.phx.gbl...
>> > hi,
>> > i want when a user come to this page( after writing to db the form
> results)
>> > to be redirect(2 sec) to another page that receives the same form
> results
>> > like parameters. how to do it ???
>> >
>> >
>> > "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
>> > news:ef37783JGHA.3164@TK2MSFTNGP11.phx.gbl...
>> >> See:
>> >> http://www.kamath.com/tutorials/tut004_autonum.asp
>> >>
>> >> --
>> >> ==============================================
>> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> ==============================================
>> >> If you feel your current issue is a results of installing
>> >> a Service Pack or security update, please contact
>> >> Microsoft Product Support Services:
>> >> http://support.microsoft.com
>> >> If the problem can be shown to have been caused by a
>> >> security update, then there is usually no charge for the call.
>> >> ==============================================
>> >>
>> >> "Licass" <l.r.m.d@sapo.pt> wrote in message
>> > news:OCXJY43JGHA.2668@tk2msftngp13.phx.gbl...
>> >> >i have a form that sends to a db and to emails, ok. but i need to
> cacth
>> > the
>> >> > primary key of the table that is a autonumber.
>> >> >
>> >> > "Thomas A. Rowe" <tarowe@mvps.org> escreveu na mensagem
>> >> > news:u5smmx3JGHA.3728@tk2msftngp13.phx.gbl...
>> >> >> To do what?
>> >> >>
>> >> >> --
>> >> >> ==============================================
>> >> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >> >> ==============================================
>> >> >> If you feel your current issue is a results of installing
>> >> >> a Service Pack or security update, please contact
>> >> >> Microsoft Product Support Services:
>> >> >> http://support.microsoft.com
>> >> >> If the problem can be shown to have been caused by a
>> >> >> security update, then there is usually no charge for the call.
>> >> >> ==============================================
>> >> >>
>> >> >> "Licass" <l.r.m.d@sapo.pt> wrote in message
>> >> > news:OcHBEl3JGHA.312@TK2MSFTNGP09.phx.gbl...
>> >> >> > it´s possible to send a form to multiple pages?
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>