CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 HTTP GET & POST

Print topic Send  topic

Author Message
werner schoenfeldinger
Posted: 04/10/2001, 6:15 AM

Hi Code-Chargers

How can I change the behaviour of the whole application from using HTTP-GET
(with all data in the browser location window) to HTTP-POST. (At least for
the Forms)

thanks for info
-schoenf

Alexey Alexapolsky
Posted: 04/10/2001, 7:56 AM

Open "Page properties" /Heder&Footer/Footer ,
paste :

document.Form1.method = "Post";
document.MyGrid.method = "Post";
etc..

That's it !


--
Regards,
Alexey
CodeCharge Support




werner schoenfeldinger <schoenf@chello.at> wrote in message
news:9av12b$3sb$1@mail.tankhill.com...
> Hi Code-Chargers
>
> How can I change the behaviour of the whole application from using
HTTP-GET
> (with all data in the browser location window) to HTTP-POST. (At least for
> the Forms)
>
> thanks for info
> -schoenf
>
>

kmc
Posted: 04/10/2001, 11:04 PM

Umm....an ASP learner asking....
If I enter that text, as it is but substituting my form names, do you say
that will remove the request string from the location window?

Doesn't work for me here, anything else needed?
Script tags?

kmc ( reg'd user)


"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:9av6vj$g0u$1@mail.tankhill.com...
> Open "Page properties" /Heder&Footer/Footer ,
> paste :
>
> document.Form1.method = "Post";
> document.MyGrid.method = "Post";
> etc..
>
> That's it !
>
>
> --
> Regards,
> Alexey
> CodeCharge Support
>
>
>
>
> werner schoenfeldinger <schoenf@chello.at> wrote in message
>news:9av12b$3sb$1@mail.tankhill.com...
> > Hi Code-Chargers
> >
> > How can I change the behaviour of the whole application from using
> HTTP-GET
> > (with all data in the browser location window) to HTTP-POST. (At least
for
> > the Forms)
> >
> > thanks for info
> > -schoenf
> >
> >
>
>

Alexey Alexapolsky
Posted: 04/11/2001, 11:23 AM

Strange , it should work, but doesn't.
Of course you can manually change scripts ,
but it's not a cool solution. If I coe up with a good one
I will let you know. May be it's IE JS bug.


--
Regards,
Alexey
CodeCharge Support

kmc <kmcook@tasmail.com> wrote in message
news:9b0s4o$ih4$1@mail.tankhill.com...
> Umm....an ASP learner asking....
> If I enter that text, as it is but substituting my form names, do you say
> that will remove the request string from the location window?
>
> Doesn't work for me here, anything else needed?
> Script tags?
>
> kmc ( reg'd user)
>
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:9av6vj$g0u$1@mail.tankhill.com...
> > Open "Page properties" /Heder&Footer/Footer ,
> > paste :
> >
> > document.Form1.method = "Post";
> > document.MyGrid.method = "Post";
> > etc..
> >
> > That's it !
> >
> >
> > --
> > Regards,
> > Alexey
> > CodeCharge Support
> >
> >
> >
> >
> > werner schoenfeldinger <schoenf@chello.at> wrote in message
> >news:9av12b$3sb$1@mail.tankhill.com...
> > > Hi Code-Chargers
> > >
> > > How can I change the behaviour of the whole application from using
> > HTTP-GET
> > > (with all data in the browser location window) to HTTP-POST. (At least
> for
> > > the Forms)
> > >
> > > thanks for info
> > > -schoenf
> > >
> > >
> >
> >
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.