pass xslt parameters in javascript
in sharepoint 2010 dataview webpart we have variables like
@Title,@ID,@author
How to pass the variables in javascript like below
<script type="javascript">
function myfunc(@Title,@ID,@author)
{
alert(@ID);
}
can u plz suggest me in this regard
__________________
tq98
|