This code will create a 16 digit code used for guid’s. It will set this when page loads into a textbox, and will also send this in the GET string.
and to read a value from the textbox var textboxvalue = $("#myguid").val()
var textboxvalue = $("#myguid").val()