staing code example
Example: staing
<!DOCTYPE html>
<html>
<body>
<script language = "vbscript" type = "text/vbscript">
var = "Microsoft VBScript"
document.write("After Trim : " & Trim(var) & "<br />")
</script>
</body>
</html>