<script src="../../JQuery/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="../../JQuery/jquery.SPServices-0.5.4.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
var queryStringValues = $().SPServices.SPGetQueryString();
var id = queryStringValues["ID"];
var source= queryStringValues["Source"];
alert(id);
alert(source);
});
</script>
How to pass the query string
ReplyDeleteHi i am fetching the data from a list and displaying it on a page when.
ReplyDeleteNow when i click on a particular item it should redirect to that particular item details page
i tried but i am not able to pass the query string can you please help me with the step