User Profile

Collapse

Profile Sidebar

Collapse
Prajwal GN
Prajwal GN
Last Activity: Dec 8 '10, 08:55 AM
Joined: Dec 6 '10
Location: Bangalore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Prajwal GN
    started a topic Problem With login page particularly in IE....?
    in PHP

    Problem With login page particularly in IE....?

    The content below is the form action in login.php
    Code:
    <form action="http://www.domainname.biz/login.php?act=post" method="post" name="loginForm" id="loginForm" onSubmit="return validate()";>

    and when the page runs again
    Code:
    $act=$_GET["act"];
    if($act=="post"){
    Here some sessions will be set and if all is well then the user will be will be sucessfully
    ...
    See more | Go to post

  • I need to initialise PHP Variable inside javascript??

    The below code is an javascript funution . I need to initialise PHP variable in the else part of it pls do help me



    Code:
    function validate(){
    
       if(document.loginForm.vuser_login.value==""){
    
          alert("Login Name name cannot be empty");
          document.loginForm.vuser_login.focus();
          return false;
    
        }else if(document.loginForm.vuser_password.value==""){
    ...
    See more | Go to post
    Last edited by Dormilich; Dec 7 '10, 04:16 PM. Reason: please use [CODE] [/CODE] tags when posting code
No activity results to display
Show More
Working...