|
[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: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: |
<input name="Save" type="submit" id="Save" onClick="YY_checkform('form1','checkmatch<%=p%>','#q','1','Field \'checkmatch<%=p%>\' is not valid.','StartHole','#q','1','Field \'StartHole\' is not valid.');return document.MM_returnValue" value="Save Changes">
<tr>
<td width="53" class="lcontainer" style="width: 51px"><span class="text2" style="width: 2%">
<label></label>
<label>
<input name="playerNumber<%=p%>" type="text" id="playerNumber<%=p%>" value="<%=PlayerNumber%>" style="width: 30px">
</label>
</span></td>
<td class="lcontainer" style="width: 66px"><a href="memview.asp?ID=<%=ID%>" class="hlink3"><%=firstname%>,<%=lastname%> </a></td>
<td width="53" class="lcontainer" style="width: 51px"><span class="text2"><%=txthandicap%></span></td>
<td width="53" class="lcontainer" style="width: 51px">
<select name="GroupSelect<%=p%>" >
<%
' Populate the Drop Down List Tee Off Time
While (NOT Recordset1.EOF)
for i=1 to CInt(rsTour2("TeeTimes").Value)
'x2 = x + (rsTour2("TeeIntervals").Value * i)
x2 = DateAdd("n", rsTour2("TeeIntervals").Value * i, x)
x2 = Recordset2.Fields.Item("StartingHour").Value& ":" & Right("0" & Minute(x2), 2)
x3 = "Group #" &i %>
<option value="<%=x3%> : <%=x2%>"><%=x3%> : <%=x2%></option>
<%
Next
if not recordset1.eof then
Recordset1.MoveNext()
end if
Wend
If (Recordset1.CursorType > 0) Then
Recordset1.MoveFirst
Else
Recordset1.Requery
End If
%>
</select> </td>
<td style="width: 53px">
<select name="MatchSelect<%=p%>" id="MatchSelect">
<%
While (NOT Recordset1.EOF)
for i=1 to CInt(rsTour2("NumberOfMatches").Value)
x4 = "Match #" &i
%>
<option value="<%=x4%>"><%=x4%></option>
<%
Next
if not recordset1.eof then
Recordset1.MoveNext()
end if
Wend
If (Recordset1.CursorType > 0) Then
Recordset1.MoveFirst
Else
Recordset1.Requery
End If
%>
</select> </td>
<td style="width: 108px">
<select name="StartHole<%=p%>" id="StartHole<%=p%>">
<option value="NA">Select Hole</option>
<option value="1">Hole #1</option>
<option value="2">Hole #2</option>
<option value="3">Hole #3</option>
<option value="4">Hole #4</option>
<option value="5">Hole #5</option>
<option value="6">Hole #6</option>
<option value="7">Hole #7</option>
<option value="8">Hole #8</option>
<option value="9">Hole #9</option>
<option value="10">Hole #10</option>
<option value="11">Hole #11</option>
<option value="12">Hole #12</option>
<option value="13">Hole #13</option>
<option value="14">Hole #14</option>
<option value="15">Hole #15</option>
<option value="16">Hole #16</option>
<option value="17">Hole #17</option>
<option value="18">Hole #18</option>
</select></td>
<td style="width: 19px"><label>
<input type="checkbox" name="checkmatch<%=p%>" id="checkmatch<%=p%>">
</label></td>
</tr>
|
Advertisement
| Hall of Fame |