I´m trying to make an application with if ...something
else if ... something else to dinamically change a src script,
can't this be done ? and if so why not ?
Thanks in advance , Oscar Monteiro
<span id="script">
<script type="text/javascript" >
script.innerHTM L="script src='a.js' ";
</script>
else if ... something else to dinamically change a src script,
can't this be done ? and if so why not ?
Thanks in advance , Oscar Monteiro
<span id="script">
<script type="text/javascript" >
script.innerHTM L="script src='a.js' ";
</script>
Comment