How can i get property's from a BS script into a php script so it can be turned

Dean.

New member
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?
 
Back
Top