Konu
JS ile basit bir kod istiyorum. +R10
14-07-2023, 20:27:18
#2
Mekruh
var hasLoggedIn = localStorage.getItem("hasLoggedIn");
if (!hasLoggedIn) {
var targetURL = "https://site.com/tr/SubmitCurrency=1&id_currency=1";
localStorage.setItem("hasLoggedIn", "true");
window.location.href = targetURL;
}