![]() |
Sergey Kornilov admin 1/24/2011 |
Richard, <script type="text/javascript" src="include/jquery.js"></script><script type="text/javascript" src="include/jsfunctions.js"></script><script type="text/javascript" src="include/runnerJS/RunnerBase.js"></script><form method=post action="login.php" id=form1 name=form1> |
T
|
text author 1/24/2011 |
thanks so much for the speedy reply Sergey. Richard, sure, you can copy and paste HTML code from the login page to any other page. Open the login page in web browser, right click somewhere on the page, choose 'View source' and copy some code. Remove what you don't need i.e. 'remember password' check box or link to registration page. Here is the sample: <script type="text/javascript" src="include/jquery.js"></script><script type="text/javascript" src="include/jsfunctions.js"></script><script type="text/javascript" src="include/runnerJS/RunnerBase.js"></script><form method=post action="login.php" id=form1 name=form1> |