Hi all - can someone please point me in the right direction. I have pages that launch their javascript components fine if the page is loaded on its own. But when the page is loaded AJAX the javascript does not fire. An example is this simple web page:
[HTML]<html>
<head>
<title></title>
</head>
<body>
<script type="text/javascript">...