alredy do the url change, I'm reading this: http://www.enja.org/david/?p=25

<a href="#" 
onclick="uncache('actualizarCamposForm.do?paso=paso1&campo=nacionalidad',
'PersonaForm')">Click Here</a>

function uncache(url,form){
   var d = new Date();
   var time = d.getTime();

   url += '&time='+time;

   retrieveURL(url,form);

}

I will keep reading

Reply via email to