RSS

Tag Archive | "Ajax"

Javascript and Querystring Variables

Thursday, November 15, 2007

0 Comments

In web browsers you can access the querystring with client-side JavaScript, but there is no standard way to parse out the name/value pairs. Andrew Urquhart from andrewu.co.uk has come up with a very useful Javascript (CSJSRequestObject) that mimics ASP’s server-side Request.QueryString() command.

Continue reading...

HTMLFormElement is Undefined in IE (Prototype and Mootools)

Thursday, November 15, 2007

1 Comment

If you are utilizing both Prototype (which is used with Scriptaculous) and Mootools on your website and run accross this javascript error “HTMLFormElement is Undefined” there appears to be some sort of conflict when you use both these frameworks together. This appears to only be an issue in IE, Firefox has no problem including both. [...]

Continue reading...