JavaScript detection page
This test page is designed to detect whether or not your browser has JavaScript enabled. If not, none of the Barracuda components should be rendered using Javascript.
Anchors - First we need to make sure links work...
-
[blah] (If you have Javascript enabled, a 'csjs=true' param should be appended to the link. Note that this will not be the value that you see if you actually view the source, but rather the value that is shown in the status bar when you hover the cursor over the link)
Forms - We also need to make forms work...
-
Form 1 (If you have Javascript enabled, a hidden field containing 'csjs=true' param should be added to the form. Note, however, that this value is set dynamically by client javascript, so what you see when you do a 'view source' may not be reflective of what's really there)