Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. javascript work in firefox but not in ie

javascript work in firefox but not in ie

Scheduled Pinned Locked Moved Web Development
javascriptquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    UD IA
    wrote on last edited by
    #1

    var n=''
    str=document.getElementById("attach").value
    //temp = str.split('\\');
    m=str.lastIndexOf("\\")
    for(i=m+1;i<str.length;i++)>
    {
    n = n + str[i];
    // alert
    }
    alert
    document.getElementById("name").innerHTML = n;
    alert(document.getElementById("name").innerHTML);

    this code is work in firefox while not work in ie given undefine. why? anybody can tell me what the reason. Big Grin

    I will do my best? Integrated Solutions, Bikaner (Raj.), India

    L 1 Reply Last reply
    0
    • U UD IA

      var n=''
      str=document.getElementById("attach").value
      //temp = str.split('\\');
      m=str.lastIndexOf("\\")
      for(i=m+1;i<str.length;i++)>
      {
      n = n + str[i];
      // alert
      }
      alert
      document.getElementById("name").innerHTML = n;
      alert(document.getElementById("name").innerHTML);

      this code is work in firefox while not work in ie given undefine. why? anybody can tell me what the reason. Big Grin

      I will do my best? Integrated Solutions, Bikaner (Raj.), India

      L Offline
      L Offline
      leckey 0
      wrote on last edited by
      #2

      ...

      Blog link to be reinstated at a later date.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups