|
[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: 69: 70: 71: 72: 73: 74: 75: 76: 77: |
<filedset>
<legend align="center"><b><u><font color="#990000" >Search Criteria</font></u></b></legend>
<tr> <td><table ><th align=center > Action </th><tr><td><input type="submit" name="bsearch" value="SEARCH" style="background-color:#CCCC99" onMouseOver = "return showMaxCheck()" ></td></tr><tr><td><input type=button value="DETAILS" onClick="return details()" style="background-color:#CCCC99" ></td></tr><tr><td><input type=button value=" Before" onClick="return view(1)" style="background-color:#CCCC99" ></td></tr><tr><td><INPUT type="button" value=" After " onclick="return view(2)"
style="background-color: #CCCC99"></td></tr></table>
<INPUT type="button" value=" EXIT " onclick="return logoff()"
style="background-color: #CCCC99"></td>
<td><table >
<tr>
<filedset>
<legend align="center"><b>Search Constraints</b></legend>
<td><table >
<tr align=left ><td align=left ><input type="checkbox" name="csearchcontent" value="" onClick="enableEdit()" style="background-color:#FFFFCC"><b>Search Content:</b></td><td align=left ><input type ="text" name="tsearchcontent" value="" size="28" disabled="true" ></td></tr>
<tr align=left ><td align=left ><input type="checkbox" name="cstartdate" value="" onClick="enableEdit()" style="background-color:#FFFFCC"><b>Start Date:</b></td><td align=left ><input type = text name="tstartdate" value="" size="15" disabled="true" ><a href="javascript:show_calendar('fsearch.tstartdate');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"><img src="show-calendar.gif" width=22 height=20 border=0></a><font size="1" color=#808080> eg: mm/dd/yy hh:mm AM/PM</font></td></tr>
<tr align=left ><td align=left ><input type="checkbox" name="cenddate" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>End Date :</b></td><td align=left ><input type = text name="tenddate" value="" size=15 disabled="true" ><a href="javascript:show_calendar('fsearch.tenddate');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"><img src="show-calendar.gif" width=22 height=20 border=0></a><font size="1" color=#808080> eg: mm/dd/yy hh:mm AM/PM</font></td></tr>
<tr align=left ><td align=left ><input type="checkbox" name="cprofile" value="on" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>Profile:</b></td><td align=left ><select name=sprofile size="1" disabled = "true" >
<%
for (int i=0; i< p.length; i++) {
String val=p[i];
String $1 = "\"";
out.println("<option value = "+ $1 + val + $1 + "" + ">" + val + "</option>");
}
%>
</select></td></tr>
<tr align=left ><td align=left ><input type="checkbox" name="cdirection" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>Direction:</b></td><td align=left ><input type="radio" name="rdirection" value="inbound" checked disabled="true" style="background-color:#FFFFCC">Inbound<input type="radio" name="rdirection" value="outbound" disabled="true" style="background-color:#FFFFCC" >Outbound</td></tr>
</table></td>
<td><table >
<tr><td ><input type="checkbox" name="csearchname" value="" onClick="enableEdit()" style="background-color:#FFFFCC"><b>Search Name:</b></td><td><input type = text name=tsearchname value="" size="18" disabled="true" ></td></tr>
<tr><td><input type="checkbox" name="cwithinlast" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>Within Last:</b></td><td><select name="swithinlast1" size="1" disabled="true" ><option>0<option selected>1<option>2<option>3<option>5<option>10<option>15<option>30</select><select name="swithinlast2" size="1" disabled="true" ><option>SECONDS<option selected>MINUTES<option>HOURS<option>DAYS<option>WEEKS<option>MONTHS<option>YEARS</select></td></tr>
<tr><td><input type="checkbox" name="cgroup" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>Group:</b></td><td><select name=sgroup size="1" disabled="true" value="DEFAULT">
<%
for (int i=0; i< g.length; i++) {
String flag="";
String val=g[i];
out.println("<option value = "+ "\"" + val + "\"" + "" + flag +">" + val + "</option>");
}
%>
</select></td></tr>
<tr><td><input type="checkbox" name="cstatus" value="" onClick="enableEdit()" style="background-color:#FFFFCC"><b>Status:</b></td><td><input type = "radio" name=rstatus value="Good" checked disabled="true" style="background-color:#FFFFCC">Good<input type = "radio" name=rstatus value="Failed" disabled="true" style="background-color:#FFFFCC" >Failed</td></tr>
<tr><td><b>Show up to:</b><input type="text" value="100" name="tmaxshow" size="5" onClick="enableEdit()"><b>records</b></td><td><A HREF="javascript:document.location.reload();" ONMOUSEOVER="window.status='Refresh'; return true" ONMOUSEOUT="window.status=''"> <B>Set to Defaults </B> </a> </td></tr>
</table></td>
</tr>
</table>
</td>
</fieldset>
</tr>
</fieldset>
|
Advertisement
| Hall of Fame |