OK. I have the following but nothing appears in the content editor web part. <script type="text/javascript"> $(document).ready(function() { var thisUserID = $().SPServices.SPGetCurrentUser({ fieldName: "Email", debug: true }); var link = 'http://test.com/test.aspx?COID=40407&UniqueID=' + thisUserID; var url = "some text here"; $("#myDiv").html(url); }); </script>
↧