Forum: ASP Jan 12th, 2007 |
| Replies: 0 Views: 2,123 Have problems with the recordset…if the value of tempPremium is more than > 10,000 than I get no results after this statement executes:
set rsDownPayment =... |
Forum: ASP Jan 9th, 2007 |
| Replies: 2 Views: 1,426 Hello,
To start with here is the code:
Public Function Paymentget (s12MoRate)
strCompanyCode = objXML.selectSingleNode("policy/companyCode").text
strState =... |
Forum: ASP Dec 9th, 2006 |
| Replies: 1 Views: 1,107 Hello,
Here is the code:
<tr>
<tr>
<td class="FormCell">Do you live in US? </td>
<td class="FormCell"><input type="radio" value="true" name="Country">Yes</td>
<td class="FormCell"><input... |
Forum: HTML and CSS Nov 28th, 2006 |
| Replies: 3 Views: 2,487 Thanks for the info but is there anyway that I can let the label be there & make it work as it is in IE7 (<option value='215001' label='250000,15,10,1'>215001 |A.J. Longo & Associates</option>)...b/c... |
Forum: HTML and CSS Nov 28th, 2006 |
| Replies: 3 Views: 2,487 Having problem with the following HTML code in IE7, everything works fine in IE6:
<option value='215001' label='250000,15,10,1'>This is a test</option>
In IE6 I see “This is a test” in the drop... |