pass full name via javascript code
Posted: September 18th, 2011, 1:23 am
I need to pass the full name along in some javascript code. The following will not work though...
However, the result is not the full name but that line of text. How would I adjust what I have to accomplish this?
- Code: Select all
<script type="text/javascript" charset="utf-8" >
var pd_tags = new Array;
pd_tags['full_name'] = '%%user_full_name%%';
</script>
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/1234567.js"></script>
<noscript><a href="http://polldaddy.com/poll/1234567/">Do you think blah blah blah?</a></noscript>
However, the result is not the full name but that line of text. How would I adjust what I have to accomplish this?