J
Jake G
Hi,
I have elements my page with an "alias" in them
e.g.
<input type=hidden id="S_SELLOG" name="S_SELLOG" iegAlias="S_SELLOG01"
maxlength=1 title="Login/Logout" style="top:0; left:0;">
I am trying to refer to them using the alias name
var myObject= event.srcElement;
fieldID = myObject.id;
alias = myObject.alias
It keeps coming up as undefined.
Any suggestions?
I have elements my page with an "alias" in them
e.g.
<input type=hidden id="S_SELLOG" name="S_SELLOG" iegAlias="S_SELLOG01"
maxlength=1 title="Login/Logout" style="top:0; left:0;">
I am trying to refer to them using the alias name
var myObject= event.srcElement;
fieldID = myObject.id;
alias = myObject.alias
It keeps coming up as undefined.
Any suggestions?