I have a site built with Dolphin 7.1. It has a splash page which people can use to join or login to the website.
In Internet Explorer (All Versions) people cannot click the 'join' button. It animates like it's being clicked, but does not bring up the next page (profile.php)
the code for the button is as follows:
<a href="join.php">
<input type="button" value="Join us" class="clsLogin" name="" onclick="redirectPage(profile.php)">
</a>
Is anyone else having this problem?