turned into a cookie? The script is
<script type="text/vbscript" language=vbscript>
'Display user name
document.write( RMStatusReporter.SRGetUserName )
</script>
which of course prints our username onto the page, but i want the username to be in php, so i can create a browser cookie! Any ideas?
<script type="text/vbscript" language=vbscript>
'Display user name
document.write( RMStatusReporter.SRGetUserName )
</script>
which of course prints our username onto the page, but i want the username to be in php, so i can create a browser cookie! Any ideas?