H hsanyue Пользователь Регистрация 13.03.2014 Сообщения 58 Благодарностей 0 Баллы 6 26.03.2020 #1 I try to use JavaScript: window.parent.postMessage(tok:{-variable.xxxx-},"https://abc.com") but it seems that the variable not available in the code. any suggestion?
I try to use JavaScript: window.parent.postMessage(tok:{-variable.xxxx-},"https://abc.com") but it seems that the variable not available in the code. any suggestion?
VladZen Administrator Команда форума Регистрация 05.11.2014 Сообщения 22 616 Благодарностей 5 959 Баллы 113 26.03.2020 #2 variable should have value at the moment when you execute code also, it depends on when you execute script - locally or on webpage
variable should have value at the moment when you execute code also, it depends on when you execute script - locally or on webpage