Displaying 1 result from an estimated 1 matches for "lan_id".
Did you mean:
lang_id
2008 Nov 28
0
regarding localization
...#39;>hindi</option>-->
<%end%>
</select>
</form>
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){...