- Dec 9, 2013
- 4,700
- 1,635
Hello,
I Wrote this html code to Musk a Domain & Reload the Page just for 1 time. But This is not working perfectly, Its Continually Reloading the Page.
Please Help me to Fix This. I just want to reload the page 1 time.
Thanks for Helping...
I Wrote this html code to Musk a Domain & Reload the Page just for 1 time. But This is not working perfectly, Its Continually Reloading the Page.
HTML:
<html>
<head>
<title>Test</title>
<meta name="description" content="Test Description" />
<meta name="keywords" content="Test, Test 1" />
<meta http-equiv="refresh" content="10">
</head>
<frameset rows="100%,0" border="0">
<frame src="https://www.test.com" frameborder="0">
<frame frameborder="0">
</frameset>
</html>
Please Help me to Fix This. I just want to reload the page 1 time.
Thanks for Helping...