I m using a button inside anchor
Here is code
<a href="<?php echo $INCLUDE_ROOT_DIRECTORY. 'mailer_add_contents.php'; ?>" >
<input type="button" value="Add Contents" style="float: right; margin-top: 5px;" class="button_link" />
This code is not working in IE. I m clicking on button but it does not go anywhere.
Alternatively, you can add
onclickattribute to button to redirect rather than wrapping it in link: