-1
Anyone who can help,
I need to mount an email signature where the image link I need to upload was composed and inserted into a JS (linkAss) variable.
I am unable to load the image into the HTML (Link Variable).
How can I do that?
<html>
<head>
<title>Empresa</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:500,700,900,400,300' rel='stylesheet' type='text/css'>
<style>
html, body { font-family: 'Raleway', sans-serif; }
</style>
</head>
<script type="text/javascript">
var linkAss = "https://wp.net/ImagensAss/" + %%userPrincipalName%% + ".png"
</script>
<body>
<table cellspacing="0" cellpadding="0" width="" border="0">
<tr>
<td width="100" style="vertical-align: top;">Variavel do Link</td>
than to be
%%userPrincipalName%%
?– user60252
is an Active Directory variable I take the data of this variable and compose with the rest to form a url of the image saved in my database.
– Christian Santos
I’ll try it out, thanks for the help
– Christian Santos
Worked perfectly...
– Christian Santos