theplace4fun
05-01-2007, 11:09 AM
Ok. I just joined than, and i need the answer to the most simplest question.
This is my code for signing up to my website:
<!--webbot bot="HTMLMarkup" startspan --><form method="post" enctype="multipart/form-data" action="http://pub12.bravenet.com/emailfwd/senddata.php">
<input type="hidden" name="usernum" value="948392434">
<input type="hidden" name="cpv" value="2">
<!-- DO NOT CHANGE OR REMOVE THE 3 TAGS ABOVE THIS COMMENT-->
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><h3 style="border-bottom:0px solid black;">Sign Up</h3></td>
</tr>
<tr>
<td>
<label for="username" style="display:block;margin-bottom:5px;">Preferred Username:</label><input type="text" name="username" id="username" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
<label for="password" style="display:block;margin-bottom:5px;">Preffered Password:</label><input type="password" name="password" id="password" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
<label for="Vpass" style="display:block;margin-bottom:5px;">Verify Password:</label><input type="password" name="Vpass" id="Vpass" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
<label for="Email" style="display:block;margin-bottom:5px;">Email Address:</label><input type="text" name="Email" id="Email" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
</td>
<tr>
<td align="right">
<!-- YOU CAN MODIFY THE TEXT WITHIN VALUE="" TO MODIFY YOUR BUTTON TEXT-->
<input type="submit" value=" Submit "> <input type="reset" value=" Reset ">
</td>
</tr>
</table>
</form>
<!--webbot bot="HTMLMarkup" endspan -->
How do i make it, so if "password" and "Vpass" aren't the same thing, it does this code:
<div id="dropinboxv2cover">
<div id="dropinboxv2">
Sorry, your passwords do not match.<br>
<p align="right"><a href="#" onClick="dismissboxv2();return false">Close It</a></p>
</div>
</div>
This is my code for signing up to my website:
<!--webbot bot="HTMLMarkup" startspan --><form method="post" enctype="multipart/form-data" action="http://pub12.bravenet.com/emailfwd/senddata.php">
<input type="hidden" name="usernum" value="948392434">
<input type="hidden" name="cpv" value="2">
<!-- DO NOT CHANGE OR REMOVE THE 3 TAGS ABOVE THIS COMMENT-->
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><h3 style="border-bottom:0px solid black;">Sign Up</h3></td>
</tr>
<tr>
<td>
<label for="username" style="display:block;margin-bottom:5px;">Preferred Username:</label><input type="text" name="username" id="username" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
<label for="password" style="display:block;margin-bottom:5px;">Preffered Password:</label><input type="password" name="password" id="password" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
<label for="Vpass" style="display:block;margin-bottom:5px;">Verify Password:</label><input type="password" name="Vpass" id="Vpass" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
<label for="Email" style="display:block;margin-bottom:5px;">Email Address:</label><input type="text" name="Email" id="Email" value="" maxlength="" style="width:80px;"><div style="clear:left;height:20px;"> </div>
</td>
<tr>
<td align="right">
<!-- YOU CAN MODIFY THE TEXT WITHIN VALUE="" TO MODIFY YOUR BUTTON TEXT-->
<input type="submit" value=" Submit "> <input type="reset" value=" Reset ">
</td>
</tr>
</table>
</form>
<!--webbot bot="HTMLMarkup" endspan -->
How do i make it, so if "password" and "Vpass" aren't the same thing, it does this code:
<div id="dropinboxv2cover">
<div id="dropinboxv2">
Sorry, your passwords do not match.<br>
<p align="right"><a href="#" onClick="dismissboxv2();return false">Close It</a></p>
</div>
</div>