OK this creation of mine is pointless but still you might have some use for it,
i call it the Inverted Text
Code:<script type="text/javascript"> /******************************** *Created by .Alias. *(c) .Alias. *This must not be removed ********************************/ /////EDIT THIS TEXT AS IT IS THE TEXT THAT WILL BE DISPLAYED///// txt = "Hello, World!"; /////EDIT THIS TEXT AS IT IS THE TEXT THAT WILL BE DISPLAYED///// /////DO NOT EDIT PAST HERE///// x = txt.length; i = 0; text = new Array(); string = ""; while (x >= i) { text[i] = txt.charAt(x); string = string + text[i]; x--; } document.write(string); </script>



Reply With Quote
ow well nvm at keast i could do it in the first place normal i cant do anything


Bookmarks