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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shotokan99

    #1

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

    i have this function:

    function doit(){
    if (dow.cpmake.sel ectedIndex==1 && dow.cpmodel.sel ectedIndex==0){
    window.open('ht tp://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

  • Rami Elomaa

    #2
    Re: help..window.op en working on ie and not in ff

    "shotokan99 " <soft_devjava@y ahoo.comwrote in message
    news:1179904750 .103119.313140@ u30g2000hsc.goo glegroups.com.. .
    >i have this function:
    >
    function doit(){
    if (dow.cpmake.sel ectedIndex==1 && dow.cpmodel.sel ectedIndex==0){
    window.open('ht tp://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?

    Wrong group dude. this is php, you want js.

    --
    Rami.Elomaa@gma il.com

    "Good tea. Nice house." -- Worf


    Comment

    Working...