Hello. I have this:
<input type="hidden" id="aid" value="<? echo $_GET['id']; ?>"></div>
and
var aID = document.getElementById('aid'); var postFile = 'showcomments.php?id='+ aID.value; $.post(postFile, function(data){
Why will this only work in FF and not IE?