Programmatically set the referrer on javascript redirect -
  cross-browser  to call javascript     A clear example:      When     It seems that you need the persistence of referre history, to get it easily You can use query-string:   setLocation ()    but still to take the reference person to the current webpage (just like HTTP server-side redirects) and if yes, how?  
 Site A  has been sent to the user  Site B .   Site B ,  Site A  Referrer is  Site B  to  Site C  (While adjusting the location in JS), when redirecting,  Site B  will be the referrer. When redirecting from  B  to  C , I want to put the original referrer (i.e.  site A )    
 
 www.c.com/?originalReferrer=A    
 
  
Comments
Post a Comment