Open a new Windows from a .taf-File an paste this into the html-Result. For
security reason some Browser's don't accept anymore to open a content from a
another site in a new (or targeted) Window.
<SCRIPT LANGUAGE="Javascript1.2">
<!-- Hide from JavaScript-Impaired Browsers
self.location.href="http://TheLinkedSite.htm";
// End Hiding -->
</SCRIPT>
regards
Daniel Richardy
SoftDes GmbH
St. Georgener St. 13
D - 79111 Freiburg
Tel: 0761- 4 555 666 *** Fax: 0761 - 4 555 660
www.softdes.de *** www.witango.net
----- Original Message -----
From: "Jason Pamental" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 08, 2004 7:50 PM
Subject: Re: Witango-Talk: Multiple windows opened
> Open both windows from the original taf perhaps, and use 'onLoad'
> functions in those new windows to get the over/under effect you're
> looking for? Or even open up windows and call taf's on your own server,
> which you could put the JS in to get the over/under effect and then
> redirect to the site it's supposed to go to. Anyone have any more ideas
> to make my suggestion more complicated? I don't think I have enough
> steps yet... :P
>
> Jason
>
> On Apr 8, 2004, at 1:24 PM, Stefan Gonick wrote:
>
> > Hi All,
> >
> > Here is the scenario:
> >
> > Site A has a link on it to a Witango file on my server.
> > Let's call it link.taf. When someone clicks on Site A's
> > link, my link.taf file uses an argument to look up the URL
> > of another site and does an HTTP Redirect to that URL.
> > That URL then appears in the browser. This all works fine.
> >
> > What I want to do is this: in some cases I want to generate
> > another window as a popunder in addition to the current
> > redirect. The original window will get the desired redirect,
> > and there will be a popunder with another site.
> >
> > I tried using Javascript but ran into a chicken/egg problem.
> > In order to use the window.open method, there has to be
> > a browser window already open, but there isn't. I keep getting
> > "window is not defined" errors. This is if I put my Javascript
> > before the redirect. If I put it after the redirect, it doesn't get
> > called.
> >
> > Anyone have any ideas?
> >
> > Thanks,
> > Stefan
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf