b indicates a backspace. f indicates a form feed. n indicates a new line. r indicates a carriage return. t indicates a tab. \ indicates a backslash. ' indicates a single quote. " indicates a double quote. Special characters do not take effect unless enclosed in a pre-formatted block <html><head> <title>JavaScript Unleashed</title></head><body> <pre> <script type="text/javascript"> <!-- document.writeln("tPersonnel"); document.writeln("NamettAddress"); document.writeln("Jeffttjeff@company.com"); document.writeln("Billttbill@company.com"); document.writeln("Kimttkim@company.com"); // --> </script> </pre></body></html>
Name (required)
email (will not be published) (required)
Website