Answers for "how to redirect into another page syntax"

2

redirect html

<meta http-equiv="refresh" content="time; URL=new_url" />
Posted by: Guest on June-25-2020
0

html meta redirect to another page

<!-- [time] is the time to redirect. For immediate loading, you can set it to 0 -->
<meta http-equiv = "refresh" content = " time ; url = link"/>
Posted by: Guest on November-16-2020

Code answers related to "how to redirect into another page syntax"

Browse Popular Code Answers by Language