2017-12-11 17:21:31 +00:00
|
|
|
// Get the "couleur" parameter passed to this script
|
|
|
|
let script = document.getElementById('script-simulateur-embauche'),
|
|
|
|
couleur = script.dataset['couleur'].replace('#', ''),
|
|
|
|
src = script.getAttribute('src')
|
|
|
|
|
|
|
|
document.write(`
|
2018-01-10 11:00:44 +00:00
|
|
|
<iframe id="simulateurEmbauche" src="${
|
|
|
|
src.split('dist')[0]
|
2018-01-10 16:51:35 +00:00
|
|
|
}iframe.html?couleur=${couleur}" style="border: none; width: 60em; display: block; margin: 0 auto; height: 45em"></iframe>
|
2017-12-11 17:21:31 +00:00
|
|
|
`)
|