eblanet77726 Posted February 23, 2012 Share Posted February 23, 2012 Dear Sir, I am look for any code can running auto refresh every 1 min. for this pages: clientarea.php and viewticket.php are there any code can help us to take what i am looking for ? Thank You 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted February 23, 2012 Share Posted February 23, 2012 .. You would edit the relevant .tpl files and use <meta http-equiv="refresh" content="REFRESH TIME HERE" > 0 Quote Link to comment Share on other sites More sharing options...
eblanet77726 Posted February 23, 2012 Author Share Posted February 23, 2012 Hello if i need refresh every 1 min can you please write us the code exact, or are this it's corrected: <meta http-equiv="refresh" content="REFRESH 1" > 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted February 23, 2012 Share Posted February 23, 2012 <meta http-equiv="refresh" content="10" > = 10 minutes 0 Quote Link to comment Share on other sites More sharing options...
eblanet77726 Posted February 23, 2012 Author Share Posted February 23, 2012 Hello, I do this but not working <html><head> <title>{$companyname} - {$LANG.clientareaemails}</title> <link rel="stylesheet" type="text/css" href="templates/{$template}/invoicestyle.css"> </head> <body bgcolor="#efefef"> <table id="wrapper" cellspacing="1" cellpadding="10" bgcolor="#cccccc" align="center"><tr><td bgcolor="#ffffff"> <p><strong>Subject:</strong> {$subject}</p> {$message} </td></tr></table> </body> </html><meta http-equiv="refresh" content="10" > = 10 minutes 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted February 23, 2012 Share Posted February 23, 2012 You cant insert html after </html> 0 Quote Link to comment Share on other sites More sharing options...
eblanet77726 Posted February 23, 2012 Author Share Posted February 23, 2012 can you please edit my code and send me with Quote: 0 Quote Link to comment Share on other sites More sharing options...
eblanet77726 Posted February 23, 2012 Author Share Posted February 23, 2012 Great, everything okay 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.