Maybe try single quotes around your url....
window.open('http://www.yahoo.com');

I try to stay away from double quotes in _javascript_ as sometimes it
produces weird results.

John

-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 22, 2004 10:42 AM
To: CF-Talk
Subject: Re: cflocation in new window

S. Isaac Dealey wrote:

> You must have a popup killer enabled... What browser are you using?

Tested in newest versions of I.E., Netscape and Mozilla...
Popup catcher in I.E. isn't showing a Popup being caught.

Hmmmm......

>  >> So what's wrong with just putting the js inside your  >> first
> cfcase  >> statement to open the new window?
>  >>
>  >> <cfcase value="action1">
>  >>   <script type="text/_javascript_">
>  >>     window.open("http://www.yahoo.com");
>  >>   </script>
>  >> </cfcase>

--
Les Mizzell
--------------------------------------------------
Certe, toto, sentio nos in kansate non iam adesse
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to