Order form looks as finished:
[www.energie.vellum.cz.git] / have_js.js
diff --git a/have_js.js b/have_js.js
new file mode 100644 (file)
index 0000000..546e08e
--- /dev/null
@@ -0,0 +1,15 @@
+// $Id$
+
+var searchN=window.location.search;
+if (searchN=="" || searchN=="?")
+       searchN="?";
+else
+       searchN+="&";
+searchN+="have_js=1";
+
+window.location.href
+       =window.location.protocol+"//"
+       +window.location.hostname
+       +window.location.pathname
+       +window.location.hash
+       +searchN;