GetQueryString function
March 19, 2009 12:00 AM
I've been working with the "passedparm" examples that are floating around and am trying to adapt it to my need... To pull the "Language" from the URL.Here is the original:function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("undefined for (var i=0;i
Discussions have been disabled for this post