bonjour a tous , j ai un peu de mal a integrer une variable dans une page html
voila le bout de code
<script>
$(document).ready(function() {
$("#webcam" ).scriptcam({
chatWindow:'chatWindow',
onError:onError,
promptWillShow:promptWillShow,
showMicrophoneErrors:false,
onWebcamReady:onWebcamReady,
connected:chatStarted,
setVolume:setVolume,
timeLeft:timeLeft,
loginName:'pseudo1',
chatRoom:'room1'
});
</script>
je voudrais faire une page d authentification avant d appeler ma page .
donc mettre en variable le login et la room
quelqu un a une idée ? merci d avance