Question:

Webpage loader?

Hi Guys,I have a project in school, it is a webpage loader. The app should be able to reload a certain web page depending on the given parameters set by the user.Im getting frustrated cause I cann't get it to work. Any Idea or source code you have that you can share with me.Im using PHP btwThanks

Answer:

sry if u were using vb i could help
I will just give you this tag: <meta http-equiv=REFRESH content=3;url('site.html') / the 3 signifies the # of seconds before the page loads and the 'site.html' obviously, signifies the site that will be loaded.. so doing this tells the browser to refresh in 3 seconds and load the page in the parenthesis. You can use PHP to make this tag dynamic.

Share to: