Hello,
Is it possible to access a JavaScript variable and use its value as an attribute for a custom tag? For example:
<script>
var test = "test"
<mytag:test attr="WANT TO USE VALUE OF test HERE" />
</script>
Thanks in advance!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |