I'm having trouble getting this to work in IE9:
edit: Sorry, I forgot to mention that $variable was a $_GET from a drop down menu selection.
I am currently offline,
<a href="#"
onclick="window.open('https://domain.com/contact-form?chatq=<?php echo $variable;?>@domain.com','resizable=1,width=320,height=200'); return false;">
<br />click to send an email.
</a>
It works fine in firefox and chrome. I'm not exactly sure what the problem is with IE. Any help would be appreciated.
Thanks!