invalid4564
Programmer
I'm trying to open a new window to show a contact form but it is not working in IE8. When i open the website in firefox and click on the link, it works perfectly.
How can i fix my code so it also works in IE8?
Thank you for your help.
How can i fix my code so it also works in IE8?
JavaScript:
<div styles="width:70px;height:30px;font-family:arial;font-size:12px;color:#000000;text-align:center;">
Email:<a href="javascript:location='[URL unfurl="true"]http://www.currentpage.html';window.open('http://www.nextpage.html','Contact[/URL] Agent','height=700,width=490,
scrollbars=yes,resizable=no')">agent@website.com</a>
</div>
Thank you for your help.