.get() function

.get() function

Hi, I have no idea why this would function correctly under every browser but IE8. I'm using the $.get function to execute a php script onload.

Here's the code

<header>
<script type = "text/javascript" src = "exactlocation/jquery-1.3.2.js"></script>
</header>

<script type = "text/javascript">
window.onLoad = $.get("exactlocation/mod_flexbanner_AJAX.php",{id : "1"});
</script>



The script itself is a simple mysql update query and given that this issue only effect one browser, it's clearly a issue on the client side.