I learned make link in DPS.Like below article I want to send next
page some parameters, so I changed the link like below article And I
write javascript $('body').html(window.location.href);but parameter was
disappeared and I can't get any parameters.Url string end with
"****/index.html" and "?param1=test" was disappeared.Is there any method
of send parameters to next page?