User Profile

Collapse

Profile Sidebar

Collapse
kiyoshi
kiyoshi
Last Activity: Dec 12 '07, 11:18 PM
Joined: Dec 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kiyoshi
    replied to strange things happened in mexico..
    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...
    See more | Go to post
    Last edited by gits; Dec 12 '07, 06:43 PM. Reason: added code tags

    Leave a comment:


  • kiyoshi
    replied to strange things happened in mexico..
    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...
    See more | Go to post

    Leave a comment:


  • function beforebefore()
    {
    func1();
    fun2();
    }

    objBody.onBefor eUnload = beforebefore();...
    See more | Go to post

    Leave a comment:


  • kiyoshi
    started a topic strange things happened in mexico..

    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...

    ...
    See more | Go to post
No activity results to display
Show More
Working...