redirecting another page in html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gmahalingam
    New Member
    • Jul 2016
    • 1

    redirecting another page in html

    what is the code for button click redirecting another page in html
  • LandryAlesha
    New Member
    • Jul 2016
    • 2

    #2
    Place this code in the head of the section
    Code:
    <meta http-equiv="refresh" content="0; url=http://example.com/" />

    Comment

    Working...