i am using ajax in my page to get contents and load them in a 'div' inside my main page. everything works fine as long as the content is a normal html code. but if the content contains javascript then it is not executing. e.g. the javascript of my content is
Expand|Select|Wrap|Line Numbers
- <script type="text/javascript">alert('content');</script>
does anybody hav the answer for my problem?? thanx in advance...