KJI Posted August 4, 2008 Share Posted August 4, 2008 On a page i have a link for a show/hide layout (javascript <a href:"#" onclic=show layout....). I would get a counter for this link. I have tried some php counter but each need to reload the page or load a new page). Here we must only show a hide layout and count this action. This count must be on the server side (each visiter who's clic on the link increase the count). I don't know how to do. I think about a javascript mixed with php...or maybe something with cookies ? Thank a lot for help ! Quote Link to comment Share on other sites More sharing options...
lemmin Posted August 4, 2008 Share Posted August 4, 2008 You could have your show layout function refresh a hidden iframe object that has a php page that counts. Quote Link to comment Share on other sites More sharing options...
KJI Posted August 4, 2008 Author Share Posted August 4, 2008 You could have your show layout function refresh a hidden iframe object that has a php page that counts. Nice ! I do this and include 'number' in the framepage and as this and with the show/hide layout action and the refresh of the iframe, visitors see the result! Tx a lot ! 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.