how to transfer a url from page A to page B?

@ludovicvialla
Yes, right.
But in this case you did not use the console-log the right way, shown in already mentioned example…

$w . onReady ( function (){ const websiteurl = session . getItem ( website console.log("URL: ", websiteurl) ;
});
Doing it this way, you normaly should get something like → UNDEFINED because the variable → website never existed and normaly should be a key for wix-storage.

Try to use more the console.
Also you have had the ability to check for output-type…
console.log(typeof websiteurl)

Never forget–> console=your best friend!:wink::v: