Home > ASP Development > ASP and Javascript

ASP and Javascript



How do I output an ASP variable insde of Javascript?

Thansks

    
Guest


Do you mean client-side javascript or server-side javascript? How do you want to output it?

Was this answer helpful ? Yes No   
Guest


you mean something like this maybe??




Code:


<script>
var jsVar = '<%=aspVar%>';
</script>



Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved