Ajax - Request and Html + Javascript

Ajax - Request and Html + Javascript

Hello !

I would like to replace the contents of one <div></div> with Ajax.
Into that div the following contents are to be inserted

---------------------------------------

<javascript type='text/javascript'>
alert (' Hello! ');
</script>
<h3>Newsletter</h3>

----------------------------------------------

Is there to bring a possibility Javascript to the execution ?

Yours sincerely

Stefan Krauß