Alright so basically I need to use the value of my vb:raw inside my javascript on the page. How do I call it from inside the vb:literal tag? Thanks for any help
I found the solution, in my vb:literal all I had to do was this </vb:literal>{vb:raw userid}<vb:literal>
If you could insert variables inside of a literal tag, it wouldn't be much of a literal tag, now would it?
Right... literal means just that... no processing of variables or replacements within it... just spit it out as literal text.