I have this JavaScript code and Html code. The codes refreshed and load the dataurl but this code stopped working on 2017, browsers no longer load it.
Html:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>news update</title>
<meta http-equiv="refresh" content="0;URL=''" />
</head>
</html>
JavaScript:
<script type="text/javascript">
window.location=""
</script>
This is already 2019, it will be great some high knowledge guys have solution to this already. Thanks