|
[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. |
||
| Question |
|
[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: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: |
<cfform action="addexcess1.cfm" method="POST">
<table height="280" align="center" summary="Layout Table"><cfoutput query="INS">
<cfif ins.doc eq 'h57'>
<tr><td><b>DO:</b></td><td><cfinput type="text" name="DO" value="#DO#"></cfinput></td>
<cfelse>
<td><b>DO:</b></td><td><cfinput type="text" name="DO" value="#DO#" readonly="true"></cfinput></td>
</tr></cfif>
</cfoutput>
<tr><td><b>Choose Office:</b><br></td>
<td>
<select name="Office" required="yes" message="Please Select Office">
<option value="">Please make a selection</option>
<option value="1"> 1 </option>
<option value=" 2"> 2</option>
<option value=" 3"> 3</option>
<option value=" 4"> 4</option>
<option value=" 5"> 5</option>
<option value=" 6"> 6</option>
<option value=" 7"> 7</option>
<option value=" 8"> 8</option>
<option value=" 9"> 9</option>
</select>
</td></tr>
<tr><td><b>Choose Type of Request:</b><br></td>
<td>
<select name="TypeofStuff" required="yes" message="Please enter Type of Material">
<option>Please make a selection</option>
<option value="Equipment">Equipment</option>
<option value="Furniture">Furniture</option>
<option value="Supplies">Supplies</option>
<option value="Miscellaneous">Miscellaneous</option>
</select></td></tr>
<tr><td><b>Available To:</b><br></td>
<td>
<select name="Available" required="yes" message="Please Select L or R ">
<option>Please make a selection</option>
<option value="L">Ll</option>
<option value="R">R</option>
</select></td></tr>
<tr><td><b>Description: </b><font color="red" size="-1" face="Arial, Helvetica, sans-serif">(Please be specific:<br>e.g. Toner for Lexmark Optra S,<br>Black Ink Ball Point Pens etc.)</font></td><td>
<textarea name="Description" rows="3" cols= "50"></textarea>
</td></tr>
<tr><td><b>Quantity Available:</b></td><td><cfinput type="text" name="Quantity" message="Please enter the quantity" required="yes" size="3" maxlength="3"></cfinput></td></tr>
<tr><td><b>Condition:</b><br></td>
<td>
<select name="Condition" required="yes" message="Please Select the condition of the Objects">
<option>Please make a selection</option>
<option value="New">New</option>
<option value="Good">Good</option>
<option value="Fair">Fair</option>
<option value="Bad">Bad</option>
<option value="Old">Old</option>
</select></td></tr>
<tr>
<td><b>Attachment : </b></td>
<td><input type="File" id="picture" name="picture" runat="server"></td>
</tr>
<tr><td><input type="Submit" Value="Add New Excess Material"></td>
<td><input type="button" value="Cancel" onClick="history.go( -1 )"></td>
</tr>
</table>
</cfform>
|
Advertisement
| Hall of Fame |