[jQuery] load page on onload
hi , i'm just starting with jquery .
It is possible to load a page in the onload event or just calling the
load utility in a script
ex=$('#divCliente').load('proprietarioLogin.asp');
it's that i want to redirect to another page but i dont hnow how.
please help.