> 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