Displaying 1 result from an estimated 1 matches for "uri_orig".
Did you mean:
cr4_orig
2008 Nov 28
0
regarding localization
...when an event fires it call the "startRequest()" method which is
defined in script tags.
<script type="text/javascript">
function startRequest(){
var xhr;
var lan_Id = document.getElementById("category").value;
alert(lan_Id);
var uri_orig = window.location.href;
alert(uri_orig);
new Ajax.Updater(''update'',''get_lang'', {
onComplete: function(request){
Element.hide("spinner");
},
parameters: ''lan...