forked from science-ation/science-ation
add email output javascript functions
This commit is contained in:
parent
6cb8d9d2e9
commit
0bfb617804
@ -194,6 +194,17 @@ function confirmClick(msg)
|
|||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function el(str,domain,name)
|
||||||
|
{
|
||||||
|
document.write(\"<a href=\\\"ma\"+\"il\"+\"to:\" + str + \"@\" + domain + \"\\\">\" + name + \"<\/a>\");
|
||||||
|
}
|
||||||
|
|
||||||
|
function em(str,domain)
|
||||||
|
{
|
||||||
|
document.write(\"<a href=\\\"ma\"+\"il\"+\"to:\" + str + \"@\" + domain + \"\\\">\" + str + \"@\" + domain + \"<\/a>\");
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
Loading…
Reference in New Issue
Block a user