Home     |     .Net Programming    |     cSharp Home    |     Sql Server Home    |     Javascript / Client Side Development     |     Ajax Programming

Ruby on Rails Development     |     Perl Programming     |     C Programming Language     |     C++ Programming     |     IT Jobs

Python Programming Language     |     Laptop Suggestions?    |     TCL Scripting     |     Fortran Programming     |     Scheme Programming Language


 
 
Cervo Technologies
The Right Source to Outsource

MS Dynamics CRM 3.0

Javascript / Client Side Development

help..window.open working on ie and not in ff


i have this function:

function doit(){
  if (dow.cpmake.selectedIndex==1 && dow.cpmodel.selectedIndex==0){
   window.open('http://www.mysite.com/mycab.cab');
  }

}

using ie this using will download the file..however in ff, its not
working. how to do it in ff?
tnx
shotokan99 said the following on 5/21/2007 11:03 PM:

> i have this function:

> function doit(){
>   if (dow.cpmake.selectedIndex==1 && dow.cpmodel.selectedIndex==0){
>    window.open('http://www.mysite.com/mycab.cab');
>   }
> }

> using ie this using will download the file..however in ff, its not
> working. how to do it in ff?

Use a proper reference to your select lists and stop using the IE shortcut.

<URL: http://jibbering.com/faq/index.html#FAQ4_13>
<URL: http://jibbering.com/faq/index.html#FAQ4_41>

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/

Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc