When looking at a hacked site I found the following redirect:
<html><head><div style='display:none'>http://www.example1.net</div>
<meta http-equiv='refresh' content='1;http://www.example2.org/?q=EDdrug'>
</head><body></body></html>
I found an explanation for how the second part of the redirect worked here:
My browser redirects to the 2nd URL. I would like to understand what the first part of this redirect is doing. I am assuming that is probably there for other types of browsers. Can someone explain it to me?