This is the code and IE Version
My IE Version 9.0.8112
Update Version 9.0.10
Code:
JS Code
<script type="text/javascript">
function open_win(id, sub_id)
{
window.open('open_att_form.php?level=' + id + '&sub_id=' + sub_id,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=660, height=500");
return false;
}
</script>
HTML Code
<a onclick="open_win(1,5)" href="">Add<img src="img/layout/add.png" alt=""/></a>
Update::::::
Now i get it BUT what should i do?
Im using JS to send the data not the link it self.....
Bookmarks