Quantcast
Channel: How to redirect one HTML page to another on load - Stack Overflow
Viewing all articles
Browse latest Browse all 51

Answer by PoM for Redirect from an HTML page

$
0
0
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Redirect to a page</title></head><body onload="window.location.assign('http://example.com')"></body></html>

Viewing all articles
Browse latest Browse all 51

Trending Articles