• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WORedirect - how to get it to bring up a new page
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WORedirect - how to get it to bring up a new page


  • Subject: WORedirect - how to get it to bring up a new page
  • From: Baiss Eric Magnusson <email@hidden>
  • Date: Thu, 21 Jul 2005 14:55:19 -0700

I would like the WORedirect call to bring up a new page. Just adding <moviePath() + "_blank" > won't work and the following doesn't work, any suggestions?

WORedirect redirect = new WORedirect( context() );
redirect.setURL( moviePath() );
// below added to try to get a new page generated
WOResponse r = redirect.generateResponse();
r.setHeader( "_blank", "target" );
redirect.appendToResponse( r, context() );


       return redirect;

----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>


_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: WORedirect - how to get it to bring up a new page
      • From: Florijan Stamenkovic <email@hidden>
  • Prev by Date: Re: Redirecting internally
  • Next by Date: Clean install of WO 5.2.4 on Windows XP
  • Previous by thread: Re: Redirecting internally
  • Next by thread: Re: WORedirect - how to get it to bring up a new page
  • Index(es):
    • Date
    • Thread