Best way to autmatically refresh a page every 5 to 15 minutes without user knowing?

Start reading.

Cheers,
D.

Why do i even get that error ive included the jquery javascript file havnt i?

In Firebug go to the net panel, view all file types, and ctrl + F5 to refresh the page. Make sure your jquery.js script is loading (200 or 304 status). If you get a 404 the path to jquery is wrong.

And there’s no point linking to localhost here. Local host means your own computer, no one else can see it.

Ill try that and see what happens thanks

Did you drop the jquery.js file in the same directory as the page you’re debugging?

Cheers,
D.