hi..
thnx.. didnt work..
[CODE=php]<?php
$valid=$_GET['valid'];
if ($valid=='adm')
{
echo"login..";
echo"<input type=button onclick='alerta ();'>";
}
?>
<script type="text/javascript">
function func()
{
alert('dentro') ;
}
</script>
<body...
User Profile
Collapse
-
-
i resolve this.. now.. how can i call a function automatically, when a file is running?
i mean...in the second file, i put a <input type=button onclick=funcion 1();>
i put function funcion1 in the menu.php and. it works.. now.. i want funcion1 runs when this file loads...Leave a comment:
-
function beforebefore()
{
func1();
fun2();
}
objBody.onBefor eUnload = beforebefore();...Leave a comment:
-
strange things happened in mexico..
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...
...
No activity results to display
Show More
Leave a comment: