xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
fname=" Jack "
document.write("Hello" & Trim(fname) & "and welcome.")
</script>
</body>
</html>