Advertisement
|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 05/26/2008 at 01:59PM PDT, ID: 23433351 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: |
<form id="changepass" name="changepass" method="post" action="/form/formprocessorpro.php">
<input type="hidden"name="base_path"value="../form/passwordchange" />
<div align="center">
<table width="404" border="0" align="left" cellpadding="0" cellspacing="2">
<tr>
<td width="129" class="GeneralText"><div align="right">Name</div></td>
<td width="269"><label>
<input name="r_name" type="text" id="r_name" size="40" />
</label></td>
</tr>
<tr>
<td class="GeneralText"><div align="right">Email Address</div></td>
<td><input name="re_email" type="text" id="re_email" size="40" /></td>
</tr>
<tr>
<td class="GeneralText"><div align="right">Username</div></td>
<td><input name="r_username" type="text" id="r_username" size="40" /></td>
</tr>
<tr>
<td class="GeneralText"><div align="right">Current Password</div></td>
<td><input name="r_currentpass" type="text" id="r_currentpass" size="40" /></td>
</tr>
<tr>
<td class="GeneralText"><div align="right"></div></td>
<td> </td>
</tr>
<tr>
<td class="GeneralText"><div align="right" class="Heading">New Password</div></td>
<td><input name="r_newpass" type="password" id="r_newpass" size="40" /></td>
</tr>
<tr>
<td class="GeneralText"><div align="right" class="Heading"><strong>New Password <span class="Heading">(again)</span></strong></div></td>
<td><input name="newpass2" type="password" id="newpass2" size="40" /></td>
</tr>
<tr>
<td class="GeneralText"> </td>
<td class="InsideText">All fields are required</td>
</tr>
<tr>
<td class="GeneralText"> </td>
<td><label>
<div align="center">
<input name="button" type="submit" class="Heading" id="button" value="Submit" />
</div>
</label></td>
</tr>
</table>
</div>
<p align="center"> </p>
</form>
|