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]
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]