i want to add javaScript in the innerHTML
for example:-
document.getElementById('response').innerHTML=(' <script type="text/javascript">
LSM_Slot({
adkey: 'a49',
ad_size: '728x90',
slot: 'slot124306'
});
</script> ');
i want to add the below code in the innerHTML
<script type="text/javascript">
LSM_Slot({
adkey: 'a49',
ad_size: '728x90',
slot: 'slot124306'
});
</script>