Log in

View Full Version : Call me stupid, but....


Murphinator
03-24-2005, 07:45 PM
How do I make a log in on my home page(http://teenstoteens.com) if I want the log in on my forums (http://forums.teenstoteens.com). I'll give you the code:


<tr>
<td class="class">
<form action="http://forums.teenstoteens.com/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_ login_md5password_utf)">
<script type="text/javascript" src="forums/clientscript/vbulletin_md5.js"></script>

User Name: <input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" />
<br />Password: &nbsp;&nbsp;<input type="password" class="button" name="vb_login_password" value="******" size="10" accesskey="p" tabindex="2" />
<input type="submit" class="button" value="Log in" tabindex="4" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" />
</form>
<br /><a href="http://forums.teenstoteens.com/register.php?">Click here to register!</a>
</td></tr>

Murphinator
03-26-2005, 02:35 AM
Please..