Dusan Czupek's blog

Blog related .NET & web development

Recent posts

Tags

Categories

Navigation

Pages

    Archive

    Blogroll

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      Tracking with dcsMultiTrack invalid fields on client side

      dcsMultiTrack - is 3rd compoment. Instead of dcsMultiTrack you can use your own tracking tool or for example google analytics. Sometimes you can find yourself in situation when you want to track if some of the fields on your form is not valid. Track some value when it does not goes th... [More]
      Posted: Aug 11 2009, 21:53 by dczupek | Comments (6) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet

      Request.UrlReferrer Is Null In IE 6.0 when location.href(Javascript) is used to redirect

      Microsoft announced fix will be from IE9. Until you can avoid problems with following code: function navigateWithReferrer(url) {   var fakeLink = document.createElement ("a");   if (typeof(fakeLink.click) == 'undefined')     location.h... [More]
      Posted: Aug 05 2009, 12:57 by dczupek | Comments (27) RSS comment feed |
      • Currently 1/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under: dotNet