Search results

  1. N

    i want to code in javascript onloading with a button , then click the button...

    ...image wants to be hidden? i want to hide and show again and again with javascript and css plz try code to modify... function collapse() { var img_div = new String(); img_div = document.getElementById("div1").style.display; if(img_div.toLowerCase()=="block" ||...
  2. N

    i want to code in javascript onloading with a button , then click the button...

    ...image wants to be hidden? i want to hide and show again and again with javascript and css plz try code to modify... function collapse() { var img_div = new String(); img_div = document.getElementById("div1").style.display; if(img_div.toLowerCase()=="block" ||...
  3. N

    i want to remove / disable menubar , toolbar from my homepage onloading

    please give javascript and html code? it should be supprted alla browser
Back
Top