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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mrpicker

  1. mrpicker

    Dynamically Writing Javascript Function

    actually, the above code will not work. func1() should be changed to: function func1() { document.getElementById("newDiv1").innerHTML = "<scr"+"ipt>function func2(){alert('doesnt matter, any function will do');}</scr"+"ipt>"; document.getElementById("newDiv2").innerHTML = "<a...
  2. mrpicker

    Dynamically Writing Javascript Function

    basically, i need to do something like this: <head> <script> function func1() { document.getElementById("newDiv1").innerHTML = "<script>function func2(){alert('doesnt matter, any function will do');}</script>"; document.getElementById("newDiv2").innerHTML = "<a...
  3. mrpicker

    Dynamically Writing Javascript Function

    i am having a similar problem, kinda tough to explain, but here it goes: i have a page with notes listed on it. above the notes is an empty <div>, and each note is written in its own <div>. beside each note is a link to edit that note. clicking this will do two things: 1) change the note...

Part and Inventory Search

Back
Top