Wednesday, 29 February 2012

removing spaces


<script type="text/vbscript">
fname=" HOME "
document.write("hello" & Trim(fname) & "all<br />")
document.write("hello" & LTrim(fname) & "all<br />")
document.write("hello" & RTrim(fname) & "all<br />")
</script>

No comments:

Post a Comment