
June 13th, 2012, 02:36 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 10
Time spent in forums: 2 h 29 m 31 sec
Reputation Power: 0
|
|
|
Pass var from asp to vbscript
Hey all, is there a way that I could reference or pass a variable from the asp code on a page to vbscript between vbscript tags?
<script type="text/vbscript">
personFor=<%AuthUser.Name%>
</script>
|