Closed dusanko1 closed 12 years ago
Ditto. Im seing the same issue. I would also add that im not getting the latency on IE8
IE 7 and 8 don't have the navtiming api, so they need 2 pages to send a beacon. I run the code on my own server, and I see beacons coming in from IE6, 7, 8 and 9 although the majority are from 9, about 25% are from 8 and 10% from 7.
Just confirmed that IE7 works as expected.
verified that IE8 works as expected.
Hi,
I have the code attached on the bottom. Basically copied from the help and your pages. It works fine in FireFox, but in IE it says that t_done is undefined, and it never shows me the time. I tried on IE 8 and IE7. The code is sitting inside of an MVC3 application w/ Razor. I included the entire page's code, just in case I'm doing something wrong..
@{ Layout = null; }
<!DOCTYPE html>