Code Library
Home Submit Free Hosting Link To Us Contacts

VBScript Reverse a string

VBScript Reverse a string VBScript VBScript Reverse a string Download (.zip)



<html>
<body>

<script type="text/vbscript">
text = "Have A Nice Day!"
document.write(strReverse(text))
</script>

</body>
</html>






Tatet