Hello everybody !
I try to display a html/css page in OBS: It's work.
But. Now, i use google chrome and localstorage in order to use variable in an other page. And, in Chrome, it's work... But... in OBS not... Do you know what i can do for fix that?
i've only this code into the obs's page:
When I open it in Chrome, with 2 different windows, its works. But in OBS nope...
Tks you !
(Sorry for my English ;)
Vincent, from France.
I try to display a html/css page in OBS: It's work.
But. Now, i use google chrome and localstorage in order to use variable in an other page. And, in Chrome, it's work... But... in OBS not... Do you know what i can do for fix that?
i've only this code into the obs's page:
JavaScript:
<script type="text/javascript">
var tableauMatch = localStorage.getItem('tableauScores');
splitTableauMatch = tableauMatch.split(',');
document.getElementById('affich-nom-j1').innerHTML = splitTableauMatch[0];
</script>
Tks you !
(Sorry for my English ;)
Vincent, from France.