Search

You searched for the word(s):
< 1 second(s)
  • Re: Javascript changed!

    Hi, &nbsp; If it helps I have found a work around which is this. &nbsp; function test(id) {var element = document.getElementById(id); var len = element.childNodes.length;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for(var i = 0 ; i &lt;len; i++) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by AlexCruddace on October 30, 2006
  • Re: Javascript changed!

    Thanks for getting back.&nbsp; I have managed to re-create this problem using the link provided. These are the steps I followed. &nbsp; Clicked on the link. &nbsp; Clicked to the HTML button/editor &nbsp; Inserted the code as such. &nbsp; &lt;html&gt;&nbsp;&nbsp;&nbsp; &lt;head&gt;&lt;script&gt;function test(id) {var element = ...
    Posted to Cute Editor for .NET (Forum) by AlexCruddace on October 27, 2006
  • Javascript changed!

    Hi when saving the following script it gets altered and no longer works. &nbsp; before. &nbsp; function test(id) {var element = document.getElementById(id);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for(var i = 0 ; i &lt;element.childNodes.length; i++) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by AlexCruddace on October 26, 2006