Published
- 1 min read
redireccionar a una página con javascript
The solution for this is noted below
redireccionar a una página con javascript
Solution
<script type='text/javascript'> window.location.href = "https://professor-falken.com";</script>
Try other methods by searching on the site. That is if this doesn’t work