Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. harrierdh

    Help removing html from variable

    <script> var x = document.getElementById("fname").innerHTML; var y = x.substr(x.indexOf(">") + 1, x.length - (x.indexOf(">") + 1)); y = y.substr(0, y.indexOf("<")); document.getElementById("fname").innerHTML = y; </script>

Part and Inventory Search

Back
Top