farquea Posted February 12, 2010 Posted February 12, 2010 We have some helpdesk software which doesnt have a built in auto refresh, so when i come to update a call it takes me back to the log in page after a period of time which is becoming rather annoying! Can anyone suggest a solution, im thinking just setup something to refresh the page every so often, somehow?
apeo Posted February 12, 2010 Posted February 12, 2010 We have some helpdesk software which doesnt have a built in auto refresh, so when i come to update a call it takes me back to the log in page after a period of time which is becoming rather annoying! Can anyone suggest a solution, im thinking just setup something to refresh the page every so often, somehow? You could put: between the head tags, where 15 here is in seconds. change number to appropriate number in seconds and it will refresh at those intervals.
sonofsanta Posted February 12, 2010 Posted February 12, 2010 Curses, beaten to it! I would also suggest, though, if you can't edit the HTML code: you can use Firefox and download an extension to do this for you. There used to be one called ReloadEvery but I think that is now part of Tab Mix Plus, or one of the similar tab-improvement-packages. There has also been a Check4Change extension that would check for changes on text you have selected, that worked by refreshing the page at any interval you chose. It could be that the software will let you configure how long sessions stay open for as well; check the control panel for it.
farquea Posted February 12, 2010 Author Posted February 12, 2010 You could put: between the head tags, where 15 here is in seconds. change number to appropriate number in seconds and it will refresh at those intervals. The pages are .asp files though so thats not going to work is it?
rlweb Posted February 12, 2010 Posted February 12, 2010 The pages are .asp files though so thats not going to work is it? Thats HTML so its got nothing to do with it being ASP
computer_expert Posted February 12, 2010 Posted February 12, 2010 Not very technical i know but opera has an option to refresh the page automatically every 5/10/15 mins
farquea Posted February 12, 2010 Author Posted February 12, 2010 i think ive just found the asp equivalent command! but thanks all the same
apeo Posted February 12, 2010 Posted February 12, 2010 The thing is asp will have to eventually write html so the browser can display the page. Depending on how that asp page is writen you can possibly sneak in that command or get asp to add it in with maybe Response.AddHeader.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now