Skip to content

Tag: javascript

Google Analytics Event Datetime

I have the javascript code below to trigger an event each time a visitor is clicking on a specific element on the page. The problem is with the datetime (dimension3), because it’s in PHP I only get the time of when the page was loaded and not the time of the click. Any idea how I could get the time

Page not loading at the top

I have a single page website. When I visit the domain of the site, it starts me off half way down the page. I’m not sure what’s causing this. Has anyone experienced this before? I can provide the link to the site if necessary. My index.php page…. Answer Your page scrolls down because it cent…

Changes to page are not saved (on page reload)

When im logged in i can see the “Remove Stone” button and when i click it, it goes away but when i reload the page it comes back. Any help? Thanks a bunch!Im also loading this into the html page with a seperate php file using this: Also if anyone has a better solution on what to do, im all

AJAX progress bar of load script

I have a big problem to make a progress bar in AJAX. The whole page is in AJAX, inside one of the webpage is AJAX which loads a function to get some big rows from the database. I tried to make progress bar in this script in a foreach loop a flush() method and by writing/reading to $_SESSION, but still