Tag: HTML
-
+
+
+
+
+
+
There may be cases where you don’t have as free of access to the meta information or web.config to set redirects in place. You can also do this with JavaScript! Here’s the snippet (place this in between script tags in the body or applicable section in the body that allows…
-
There will likely be cases where you have sites that were built for IE but are not caught up to Edge yet. What do you do in the interim? One idea that I applied on a legacy site was to inform take the Edge user to a specific page. You can…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
There may be a case where you are taking information from a form and need to post it to a web site somewhere else. One quick method of performing that post is to execute it from the code behind using C# (via context.response) and JavaScript. This is a scaled down…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+