-
get a result of an ASP !
I have an URL which execute an ASP program !
Then the ASP program return to the navigator the URL of an image !
So ! i wish to get directly the URL of the image thanks to the first URL
(which execute an ASP) !
Is it possible thanks to an ASP program or thanks to a soft (for UNIX or
Windows) ? solutions ?
P.S. excuse my english (i'm french)
-
Re: get a result of an ASP !
Just redirect to it...
"thib" <thibw@caramail.com> wrote in message
news:39782dd9$1@news.devx.com...
>
> I have an URL which execute an ASP program !
> Then the ASP program return to the navigator the URL of an image !
> So ! i wish to get directly the URL of the image thanks to the first URL
> (which execute an ASP) !
> Is it possible thanks to an ASP program or thanks to a soft (for UNIX or
> Windows) ? solutions ?
>
> P.S. excuse my english (i'm french)
-
Re: get a result of an ASP !
Thib,
How's it going. To be a little more specific. On the page that calls the
ASP page that does the script and redirect, pass the url in the query string
or create a session variable or a hidden field. Unless it is a static Url
then you can hard code it.
Then request that value and at the end of the script page do a Response.Redirect
"the url you want to transfer to" This will then immediatly navigate that
without the user knowing it!
Hope this helps. If you want a better explination eMail me and I will send
you a sample!
Thanks,
_________________________
Don R. Wolthuis, MCSD
CodeJunkies.NET
Comming Soon....
ASPNextGen.com
theFutureofASP.com
Two new ASP+ forums
"thib" <thibw@caramail.com> wrote:
>
>I have an URL which execute an ASP program !
>Then the ASP program return to the navigator the URL of an image !
>So ! i wish to get directly the URL of the image thanks to the first URL
>(which execute an ASP) !
>Is it possible thanks to an ASP program or thanks to a soft (for UNIX or
>Windows) ? solutions ?
>
>P.S. excuse my english (i'm french)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|