i have a menu.php, which calls login.php inside a <div>, then login.php calls aother-file.php to check the usr and psw in a database... if the user is logged on, i need to change the status div.. the status div is in the same page of menu.php.. but doesnt work.. how can i refresh the status div? i tried to use ajax.updater and nothing, directly write in the file $('usr_status') .innerHTML='adm in'; and nothing happened...
please.. help!!!!
please.. help!!!!
Comment