How to display multiple html pages using single index.html -


i have multiple html pages , want display them using index.html, don't want use link button or thing. want display them after time period. how can so?

you can use meta tag in every page header. , inside meta tag can put redirect link , time.

<meta http-equiv="refresh" content="5;url=http://www.stackoverflow.com/"> 

this time in second.

content="5; 

Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -