You must have a popup killer enabled... What browser are you using? I
know recent versions of FireFox and MyIE2 (and probably several
others) block all popup windows by default.

>> 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>

> Because that isn't working? Can't figure why!

> This works though, just doesn't open a new window

> <script language="_javascript_">
>      top.location.replace("http://www.yahoo.com");
>    </script>

> --
> 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