Hello,
I'm trying to get the current system logged in user name.
When I use the follwing code, I receive a "'system' is undefined"
error.
<script language="javas cript">
document.write (system.propert ies("user.name" ));
</script>
As far as I am aware this is the proper code to use top do what I
want, however the error keeps popping up.
Can anyone please point me in a clear direction?
Thank you in advance,
--FB
I'm trying to get the current system logged in user name.
When I use the follwing code, I receive a "'system' is undefined"
error.
<script language="javas cript">
document.write (system.propert ies("user.name" ));
</script>
As far as I am aware this is the proper code to use top do what I
want, however the error keeps popping up.
Can anyone please point me in a clear direction?
Thank you in advance,
--FB
Comment