Actually, I have already asked this question here: jQuery simple Data Pass HTML
I have 1/2 achieved my goal,
I am using window.location.href to pass the variable "VISITORNAME"
the Url looks http://myurl/sent#[email protected] (VISITORNAME)
then I used window.location.href.replace to get [email protected] (VISITORNAME)
how possible to make url like static, just like http://myurl/sent but still passing the value to another page.