[Solved] redirect and refresh html page, onclick image from other page


Use the http-equiv meta tag with a refresh value.

(You imply in the question that redirect is working fine, so I’m not touching that.)

To have the refresh only happen once, rather than continually at an interval, you can use javascript reload() in an if statement which depends upon the value of the HTTP referer [sic] header.

2

solved redirect and refresh html page, onclick image from other page