Advertisement
Advertisement
| 08.11.2008 at 09:34AM PDT, ID: 23638456 |
|
[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: |
<script Language="Javascript" src="JavascriptFunctions.js"></script>
<form name="form1" method="Post" action="Page.asp?v=<%=V%>">
<table cellpadding="0" cellspacing="0" border="0" class="DarkBoldText" width="900">
<tr><td width="50">V:</td><td width="590" class="NormalText"><%=V%></td><td><input type="button" value="Back" onclick="Javascript:history.back();"></td></tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" class="NormalText" width="900">
<tr height="10"><td colspan="3"></td></tr>
<tr>
</tr>
<tr height="5"><td colspan="3"></td></tr>
<%
if Status 1 then
QCount=0
SQLString="uspQuery_GetQuestions " & 1
set rs2=adoConn.Execute(SQLString)
do until rs2.eof
QCount=QCount + 1
if Status = "1" then
if len(Request.Form("QQuestion" & QCount)) > 0 or len(Request.Form("QueryTypes" & QCount)) > 0 then
aQ(QCount)="1"%>
<tr bgcolor="#FFFFF0" height=25 valign="bottom" >
<td valign="bottom"><%=Replace(rs2("text"), "/", "'")%></td><td></td><td></td><td></td></tr>
<tr bgcolor="#FFFFF0">
<td valign="top">
<%set rs3=adoConn.Execute("storedprocedure " & Status)%>
<SELECT id="Types<%=QCount%>" name="Types<%=QCount%>" class="NormalText">
<OPTION value"0">Select a query...</OPTION>
<%
do until rs3.eof%>
<OPTION value="<%=rs3("ID")%>"><%=Replace(rs3("text"), "/", "'")%></OPTION>
<%rs3.movenext
loop%>
</SELECT></td>
<%end if
else%>
<tr bgcolor="#FFFFF0" height=25>
<td><%=Replace(rs2("text"), "/", "'")%></td><td></td><td></td><td><INPUT type="radio" id="Question<%=rs2("Id")%>" name="Question<%=rs2("Id")%>" value="1" class="NormalText" i></td>
<script type="text/javascript">radioButtons()</script>
</tr>
<tr height="7"><td colspan="3"></td></tr>
<%end if
rs2.movenext
loop
end if
<tr><td colspan=4 align="right"><INPUT type="button" value="Submit2" id=button2 name=button2 onclick="javascript:Query()" style="Cursor:hand"></td></tr>
|