T
Trenton
I am looking for a way to send the users Network name when a Publisher web
form is submitted Via email.
I found the following but do not know how to implement it into a Publisher
2007 Web Publication.
var wn = new ActiveXObject("WScript.Network");
var uName = wn.UserName;
Any suggestions on how to get this to function? Maybe with an HTML code
Fragment? Jscript?
form is submitted Via email.
I found the following but do not know how to implement it into a Publisher
2007 Web Publication.
var wn = new ActiveXObject("WScript.Network");
var uName = wn.UserName;
Any suggestions on how to get this to function? Maybe with an HTML code
Fragment? Jscript?