New to AJAX and Stripes
I'm try to using <stripes:button> to enable by 2nd button by using AJAX,.
I can enable the 2nd button, but the first button can't get go my java codes.
function enableResult(xmlHttpRequest) {
var url = 'index.jsp';
var par = document.forms[0].A.disabled=false;
var target = 'index';
var ta = document.getElementById(" ");
ta.innerHTML = xmlHttpRequest.responseText;
var myAjax = new Ajax.Updater(target, url, par);
}
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com