I am looking to add the domain name into the login url to access
webmail via a link. Example:
location.href = "https://" + "domain_name%5C " + LOGINNAME + ":" +
password +
"@test.test1.co m"
I am assuming the output should be:
domain_name\use r_name:password @test.test1.com
Is this correct of should the %5c be outside the "" - "domain_nam e" +
%5c +
??
Not real familiar with scripting so any help is appreciated.
Thanks,
James
webmail via a link. Example:
location.href = "https://" + "domain_name%5C " + LOGINNAME + ":" +
password +
"@test.test1.co m"
I am assuming the output should be:
domain_name\use r_name:password @test.test1.com
Is this correct of should the %5c be outside the "" - "domain_nam e" +
%5c +
??
Not real familiar with scripting so any help is appreciated.
Thanks,
James
Comment