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. Other Discussions
  3. IT & Infrastructure
  4. javascript create problem

javascript create problem

Scheduled Pinned Locked Moved IT & Infrastructure
javascripthelpquestion
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 run very well in mozilla firefox while not work in ie given undefine why?

    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 run very well in mozilla firefox while not work in ie given undefine why?

      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