Hi martin,
if I could see the URL I would be ok but even though the sms.asp page is
open the url doesn't change even on refresh, I know they say that they post
the data but how do I receive it?
Simon
"Martin Honnen" <mahotrash@yahoo.de> wrote in message
news:%23zqmhw1SGHA.2300@TK2MSFTNGP11.phx.gbl...[color=blue]
>
>
> SIMON GARE wrote:
>[color=green]
> > Example: If you provide this:
http://www.yourdomain.com/sms/sms.asp then[/color][/color]
we[color=blue][color=green]
> > will do a post via a standard HTTP GET as follow:
> >
> >[/color][/color]
http://www.yourdomain.com/sms/sms.as...SO-8859-1&udh=[color=blue][color=green]
> >
> >
> >
> > How do I receive the url with the parameters in the address bar? the[/color][/color]
service[color=blue][color=green]
> > provider wont help anymore[/color]
>
> What exactly is the problem? If you author sms.asp then all you need to
> do is read e.g.
> Request.QueryString("from")
> Request.QueryString("to")
> to read out the values passed in the query string of the HTTP GET request.
>
>
> --
>
> Martin Honnen --- MVP XML
>
http://JavaScript.FAQTs.com/[/color]