Good day. There is a code:
<html> <head> <meta http-equiv="Refresh" content="1;URL=http://site.ru"/> </head> <body> <script language="javascript" type="text/javascript"> document.location='http://site.ru'; </script> </body> </html> Loading site (for example site.ru). It has a link. View
<a href="http://site2.ru">http://site2.ru</a> Is it possible to somehow click on this link when downloading the superior code? Thanks in advance.