OK this can NOT be that difficult but trying to find anything on google on JScript thats not .NET related is getting tougher
Ok ALL I need is the datetime in numeric format.. it has to be the date and the time because I'm using this as a unique id and this will be faster than using a unique id called from a database.
Mind this will be called from a webpage so make sure that is possible...
For instance...
<SCRIPT LANGUAGE="JavaScript" FOR=chkPartReqd EVENT=onclick>
window.parent.frames(0).document.theFCO.ControlVal ueChanged(document.forms[0].chkPartReqd);
window.parent.frames(0).document.theFCO.setVarForm ula("GlobalID",
DateTime.Now());
</SCRIPT>
What goes into that bold area?!