HELP! -- Redirection question
HELP! -- Redirection question
am 14.04.2007 01:52:00 von segis bata
Hello all,
I have a page (located at mywebsite/a.asp) that redirects to another page
(theirwebsite/b.asp) located in other server. This other page probably will
redirect to another link again (othersite/c.asp) and finally display the web
page I want the user to see (finalwebsite/d.asp)
What I want to do is, once they click the link (b.asp) located in the a.asp
webpage, to load a "please wait" type of page, like Expedia does while
looking for information; and that "please wait" page should appear until the
redirection process gets to the final page (d.asp)
Since all the pages (after a.asp) are located outside our server (and we
can't access the code in those pages), how can I do that?!? Please be as
detailed as possible or point me where I can find info about how to do this.
Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
Thanks in advance,
SB-R
Re: HELP! -- Redirection question
am 14.04.2007 12:23:47 von Michal
you should take a look at asynchronous javascript calls ... i would
suggest you download the prototypejs.org framework and solve this with
an ajax-request...
here is a nice tutorial: http://www.prototypejs.org/learn/introduction-to-ajax
On Apr 14, 1:52 am, "segis bata" wrote:
> Hello all,
>
> I have a page (located at mywebsite/a.asp) that redirects to another page
> (theirwebsite/b.asp) located in other server. This other page probably will
> redirect to another link again (othersite/c.asp) and finally display the web
> page I want the user to see (finalwebsite/d.asp)
>
> What I want to do is, once they click the link (b.asp) located in the a.asp
> webpage, to load a "please wait" type of page, like Expedia does while
> looking for information; and that "please wait" page should appear until the
> redirection process gets to the final page (d.asp)
>
> Since all the pages (after a.asp) are located outside our server (and we
> can't access the code in those pages), how can I do that?!? Please be as
> detailed as possible or point me where I can find info about how to do this.
>
> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> Thanks in advance,
> SB-R
Re: HELP! -- Redirection question
am 14.04.2007 12:23:47 von Michal
you should take a look at asynchronous javascript calls ... i would
suggest you download the prototypejs.org framework and solve this with
an ajax-request...
here is a nice tutorial: http://www.prototypejs.org/learn/introduction-to-ajax
On Apr 14, 1:52 am, "segis bata" wrote:
> Hello all,
>
> I have a page (located at mywebsite/a.asp) that redirects to another page
> (theirwebsite/b.asp) located in other server. This other page probably will
> redirect to another link again (othersite/c.asp) and finally display the web
> page I want the user to see (finalwebsite/d.asp)
>
> What I want to do is, once they click the link (b.asp) located in the a.asp
> webpage, to load a "please wait" type of page, like Expedia does while
> looking for information; and that "please wait" page should appear until the
> redirection process gets to the final page (d.asp)
>
> Since all the pages (after a.asp) are located outside our server (and we
> can't access the code in those pages), how can I do that?!? Please be as
> detailed as possible or point me where I can find info about how to do this.
>
> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> Thanks in advance,
> SB-R
Re: HELP! -- Redirection question
am 14.04.2007 12:23:47 von Michal
you should take a look at asynchronous javascript calls ... i would
suggest you download the prototypejs.org framework and solve this with
an ajax-request...
here is a nice tutorial: http://www.prototypejs.org/learn/introduction-to-ajax
On Apr 14, 1:52 am, "segis bata" wrote:
> Hello all,
>
> I have a page (located at mywebsite/a.asp) that redirects to another page
> (theirwebsite/b.asp) located in other server. This other page probably will
> redirect to another link again (othersite/c.asp) and finally display the web
> page I want the user to see (finalwebsite/d.asp)
>
> What I want to do is, once they click the link (b.asp) located in the a.asp
> webpage, to load a "please wait" type of page, like Expedia does while
> looking for information; and that "please wait" page should appear until the
> redirection process gets to the final page (d.asp)
>
> Since all the pages (after a.asp) are located outside our server (and we
> can't access the code in those pages), how can I do that?!? Please be as
> detailed as possible or point me where I can find info about how to do this.
>
> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> Thanks in advance,
> SB-R
Re: HELP! -- Redirection question
am 15.04.2007 00:52:44 von segis bata
Hello Michal,
Thanks for your response but I'm not familiar with AJAX and there isn't any
examples of how to do what I want to do; is there any other alternative?
(using VBScript or JavaScript) or a URL where I can see examples on how to
do this task?
Thanks in advance,
SB-R
"michal" wrote in message
news:1176546227.730337.192400@o5g2000hsb.googlegroups.com...
> you should take a look at asynchronous javascript calls ... i would
> suggest you download the prototypejs.org framework and solve this with
> an ajax-request...
> here is a nice tutorial:
> http://www.prototypejs.org/learn/introduction-to-ajax
>
> On Apr 14, 1:52 am, "segis bata" wrote:
>> Hello all,
>>
>> I have a page (located at mywebsite/a.asp) that redirects to another page
>> (theirwebsite/b.asp) located in other server. This other page probably
>> will
>> redirect to another link again (othersite/c.asp) and finally display the
>> web
>> page I want the user to see (finalwebsite/d.asp)
>>
>> What I want to do is, once they click the link (b.asp) located in the
>> a.asp
>> webpage, to load a "please wait" type of page, like Expedia does while
>> looking for information; and that "please wait" page should appear until
>> the
>> redirection process gets to the final page (d.asp)
>>
>> Since all the pages (after a.asp) are located outside our server (and we
>> can't access the code in those pages), how can I do that?!? Please be as
>> detailed as possible or point me where I can find info about how to do
>> this.
>>
>> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>>
>> Thanks in advance,
>> SB-R
Re: HELP! -- Redirection question
am 15.04.2007 00:52:44 von segis bata
Hello Michal,
Thanks for your response but I'm not familiar with AJAX and there isn't any
examples of how to do what I want to do; is there any other alternative?
(using VBScript or JavaScript) or a URL where I can see examples on how to
do this task?
Thanks in advance,
SB-R
"michal" wrote in message
news:1176546227.730337.192400@o5g2000hsb.googlegroups.com...
> you should take a look at asynchronous javascript calls ... i would
> suggest you download the prototypejs.org framework and solve this with
> an ajax-request...
> here is a nice tutorial:
> http://www.prototypejs.org/learn/introduction-to-ajax
>
> On Apr 14, 1:52 am, "segis bata" wrote:
>> Hello all,
>>
>> I have a page (located at mywebsite/a.asp) that redirects to another page
>> (theirwebsite/b.asp) located in other server. This other page probably
>> will
>> redirect to another link again (othersite/c.asp) and finally display the
>> web
>> page I want the user to see (finalwebsite/d.asp)
>>
>> What I want to do is, once they click the link (b.asp) located in the
>> a.asp
>> webpage, to load a "please wait" type of page, like Expedia does while
>> looking for information; and that "please wait" page should appear until
>> the
>> redirection process gets to the final page (d.asp)
>>
>> Since all the pages (after a.asp) are located outside our server (and we
>> can't access the code in those pages), how can I do that?!? Please be as
>> detailed as possible or point me where I can find info about how to do
>> this.
>>
>> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>>
>> Thanks in advance,
>> SB-R
Re: HELP! -- Redirection question
am 15.04.2007 00:52:44 von segis bata
Hello Michal,
Thanks for your response but I'm not familiar with AJAX and there isn't any
examples of how to do what I want to do; is there any other alternative?
(using VBScript or JavaScript) or a URL where I can see examples on how to
do this task?
Thanks in advance,
SB-R
"michal" wrote in message
news:1176546227.730337.192400@o5g2000hsb.googlegroups.com...
> you should take a look at asynchronous javascript calls ... i would
> suggest you download the prototypejs.org framework and solve this with
> an ajax-request...
> here is a nice tutorial:
> http://www.prototypejs.org/learn/introduction-to-ajax
>
> On Apr 14, 1:52 am, "segis bata" wrote:
>> Hello all,
>>
>> I have a page (located at mywebsite/a.asp) that redirects to another page
>> (theirwebsite/b.asp) located in other server. This other page probably
>> will
>> redirect to another link again (othersite/c.asp) and finally display the
>> web
>> page I want the user to see (finalwebsite/d.asp)
>>
>> What I want to do is, once they click the link (b.asp) located in the
>> a.asp
>> webpage, to load a "please wait" type of page, like Expedia does while
>> looking for information; and that "please wait" page should appear until
>> the
>> redirection process gets to the final page (d.asp)
>>
>> Since all the pages (after a.asp) are located outside our server (and we
>> can't access the code in those pages), how can I do that?!? Please be as
>> detailed as possible or point me where I can find info about how to do
>> this.
>>
>> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>>
>> Thanks in advance,
>> SB-R
Re: HELP! -- Redirection question
am 15.04.2007 16:25:32 von Anthony Jones
"segis bata" wrote in message
news:O7BepaifHHA.1388@TK2MSFTNGP05.phx.gbl...
> Hello all,
>
> I have a page (located at mywebsite/a.asp) that redirects to another page
> (theirwebsite/b.asp) located in other server. This other page probably
will
> redirect to another link again (othersite/c.asp) and finally display the
web
> page I want the user to see (finalwebsite/d.asp)
>
> What I want to do is, once they click the link (b.asp) located in the
a.asp
> webpage, to load a "please wait" type of page, like Expedia does while
> looking for information; and that "please wait" page should appear until
the
> redirection process gets to the final page (d.asp)
>
> Since all the pages (after a.asp) are located outside our server (and we
> can't access the code in those pages), how can I do that?!? Please be as
> detailed as possible or point me where I can find info about how to do
this.
>
> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> Thanks in advance,
> SB-R
>
>
'mywebsite/externallink.asp
content="1;<%=Server.HTMLEncode(Request.QueryString("url"))%>" />
Please wait while you are redirected ....
Change links to external sites from
http://theirwebsite/b.asp
to
/externallink.asp?url=<%Server.URLEncode("http://theirwebsite/b.asp")%>
Re: HELP! -- Redirection question
am 15.04.2007 16:25:32 von Anthony Jones
"segis bata" wrote in message
news:O7BepaifHHA.1388@TK2MSFTNGP05.phx.gbl...
> Hello all,
>
> I have a page (located at mywebsite/a.asp) that redirects to another page
> (theirwebsite/b.asp) located in other server. This other page probably
will
> redirect to another link again (othersite/c.asp) and finally display the
web
> page I want the user to see (finalwebsite/d.asp)
>
> What I want to do is, once they click the link (b.asp) located in the
a.asp
> webpage, to load a "please wait" type of page, like Expedia does while
> looking for information; and that "please wait" page should appear until
the
> redirection process gets to the final page (d.asp)
>
> Since all the pages (after a.asp) are located outside our server (and we
> can't access the code in those pages), how can I do that?!? Please be as
> detailed as possible or point me where I can find info about how to do
this.
>
> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> Thanks in advance,
> SB-R
>
>
'mywebsite/externallink.asp
content="1;<%=Server.HTMLEncode(Request.QueryString("url"))%>" />
Please wait while you are redirected ....
Change links to external sites from
http://theirwebsite/b.asp
to
/externallink.asp?url=<%Server.URLEncode("http://theirwebsite/b.asp")%>
Re: HELP! -- Redirection question
am 15.04.2007 16:25:32 von Anthony Jones
"segis bata" wrote in message
news:O7BepaifHHA.1388@TK2MSFTNGP05.phx.gbl...
> Hello all,
>
> I have a page (located at mywebsite/a.asp) that redirects to another page
> (theirwebsite/b.asp) located in other server. This other page probably
will
> redirect to another link again (othersite/c.asp) and finally display the
web
> page I want the user to see (finalwebsite/d.asp)
>
> What I want to do is, once they click the link (b.asp) located in the
a.asp
> webpage, to load a "please wait" type of page, like Expedia does while
> looking for information; and that "please wait" page should appear until
the
> redirection process gets to the final page (d.asp)
>
> Since all the pages (after a.asp) are located outside our server (and we
> can't access the code in those pages), how can I do that?!? Please be as
> detailed as possible or point me where I can find info about how to do
this.
>
> Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> Thanks in advance,
> SB-R
>
>
'mywebsite/externallink.asp
content="1;<%=Server.HTMLEncode(Request.QueryString("url"))%>" />
Please wait while you are redirected ....
Change links to external sites from
http://theirwebsite/b.asp
to
/externallink.asp?url=<%Server.URLEncode("http://theirwebsite/b.asp")%>
Re: HELP! -- Redirection question
am 17.04.2007 09:10:48 von Michal
yeah redirect is also possible but you have no chance to show the
loading progress ...
ajax is not difficult .. if you are familiar with javascript its not
a big deal ...
check this http://www.prototypejs.org/api/ajax/request
thats exactly what you need...
On Apr 15, 4:25 pm, "Anthony Jones" wrote:
> "segis bata" wrote in message
>
> news:O7BepaifHHA.1388@TK2MSFTNGP05.phx.gbl...
>
>
>
>
>
> > Hello all,
>
> > I have a page (located at mywebsite/a.asp) that redirects to another page
> > (theirwebsite/b.asp) located in other server. This other page probably
> will
> > redirect to another link again (othersite/c.asp) and finally display the
> web
> > page I want the user to see (finalwebsite/d.asp)
>
> > What I want to do is, once they click the link (b.asp) located in the
> a.asp
> > webpage, to load a "please wait" type of page, like Expedia does while
> > looking for information; and that "please wait" page should appear until
> the
> > redirection process gets to the final page (d.asp)
>
> > Since all the pages (after a.asp) are located outside our server (and we
> > can't access the code in those pages), how can I do that?!? Please be as
> > detailed as possible or point me where I can find info about how to do
> this.
>
> > Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> > Thanks in advance,
> > SB-R
>
> 'mywebsite/externallink.asp
>
>
>
> content="1;<%=Server.HTMLEncode(Request.QueryString("url"))%>" />
>
>
> Please wait while you are redirected ....
>
>
>
> Change links to external sites from
>
> http://theirwebsite/b.asp
>
> to
>
> /externallink.asp?url=<%Server.URLEncode("http://theirwebsite/b.asp")%>- Hide quoted text -
>
> - Show quoted text -
Re: HELP! -- Redirection question
am 17.04.2007 09:10:48 von Michal
yeah redirect is also possible but you have no chance to show the
loading progress ...
ajax is not difficult .. if you are familiar with javascript its not
a big deal ...
check this http://www.prototypejs.org/api/ajax/request
thats exactly what you need...
On Apr 15, 4:25 pm, "Anthony Jones" wrote:
> "segis bata" wrote in message
>
> news:O7BepaifHHA.1388@TK2MSFTNGP05.phx.gbl...
>
>
>
>
>
> > Hello all,
>
> > I have a page (located at mywebsite/a.asp) that redirects to another page
> > (theirwebsite/b.asp) located in other server. This other page probably
> will
> > redirect to another link again (othersite/c.asp) and finally display the
> web
> > page I want the user to see (finalwebsite/d.asp)
>
> > What I want to do is, once they click the link (b.asp) located in the
> a.asp
> > webpage, to load a "please wait" type of page, like Expedia does while
> > looking for information; and that "please wait" page should appear until
> the
> > redirection process gets to the final page (d.asp)
>
> > Since all the pages (after a.asp) are located outside our server (and we
> > can't access the code in those pages), how can I do that?!? Please be as
> > detailed as possible or point me where I can find info about how to do
> this.
>
> > Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> > Thanks in advance,
> > SB-R
>
> 'mywebsite/externallink.asp
>
>
>
> content="1;<%=Server.HTMLEncode(Request.QueryString("url"))%>" />
>
>
> Please wait while you are redirected ....
>
>
>
> Change links to external sites from
>
> http://theirwebsite/b.asp
>
> to
>
> /externallink.asp?url=<%Server.URLEncode("http://theirwebsite/b.asp")%>- Hide quoted text -
>
> - Show quoted text -
Re: HELP! -- Redirection question
am 17.04.2007 09:10:48 von Michal
yeah redirect is also possible but you have no chance to show the
loading progress ...
ajax is not difficult .. if you are familiar with javascript its not
a big deal ...
check this http://www.prototypejs.org/api/ajax/request
thats exactly what you need...
On Apr 15, 4:25 pm, "Anthony Jones" wrote:
> "segis bata" wrote in message
>
> news:O7BepaifHHA.1388@TK2MSFTNGP05.phx.gbl...
>
>
>
>
>
> > Hello all,
>
> > I have a page (located at mywebsite/a.asp) that redirects to another page
> > (theirwebsite/b.asp) located in other server. This other page probably
> will
> > redirect to another link again (othersite/c.asp) and finally display the
> web
> > page I want the user to see (finalwebsite/d.asp)
>
> > What I want to do is, once they click the link (b.asp) located in the
> a.asp
> > webpage, to load a "please wait" type of page, like Expedia does while
> > looking for information; and that "please wait" page should appear until
> the
> > redirection process gets to the final page (d.asp)
>
> > Since all the pages (after a.asp) are located outside our server (and we
> > can't access the code in those pages), how can I do that?!? Please be as
> > detailed as possible or point me where I can find info about how to do
> this.
>
> > Currently we're using ASP 3.0 running on a Win2003 SP1 server machine
>
> > Thanks in advance,
> > SB-R
>
> 'mywebsite/externallink.asp
>
>
>
> content="1;<%=Server.HTMLEncode(Request.QueryString("url"))%>" />
>
>
> Please wait while you are redirected ....
>
>
>
> Change links to external sites from
>
> http://theirwebsite/b.asp
>
> to
>
> /externallink.asp?url=<%Server.URLEncode("http://theirwebsite/b.asp")%>- Hide quoted text -
>
> - Show quoted text -