Hi all,
I've got an example of writing to session variables from a Javascript function that is as follows:
It works. What I can't do is use a client-side variable instead of a literal string. If I break up the inline expression in any way, I end up with a syntax error. Can this be done?Code:function someFunction(){ '<%=Session["key"] = "Some Value" %>'; }
Cheers,
D.




Bookmarks