Sounds like you want to redirect the browser with
self.response().sendRedirect('http://...')
- Geoff
On Mon, 2002-07-29 at 14:23, Stefan Kuzminski wrote:
> hi,
>
> I need to forward to a url which is not relative to the webware context..
> Not sure how to do this ( from a .psp page). I need to do some work in the
> psp page, and if it succedes go to a new URL.. so my psp looks like this.. (
> the forward to location has to be outside of the webware tree for project
> reasons, it is used by other applications.. ). Any other thoughts on how to
> do this?
>
>
> <html>
>
> <%
>
> try:
> create_big_external_file( )
> trans.application.forward( trans,
> 'http://other_computer/where_the_file_was_created.ext" )
> except:
>
> %>
> report error string goes here.
>
> <html>
>
>
> thanks,
> Stefan
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Dice - The leading online job board
> for high-tech professionals. Search and apply for tech jobs today!
> http://seeker.dice.com/seeker.epl?rel_code=31
> _______________________________________________
> Webware-discuss mailing list
> Webware-discuss@...
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
|