Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~524 People Reached
Favorite Forums
Favorite Tags
Member Avatar for jgill

Hello, To start with here is the code: Public Function Paymentget (s12MoRate) strCompanyCode = objXML.selectSingleNode("policy/companyCode").text strState = objXML.selectSingleNode("policy/insured/state").text set rsDownPayment = getCache("down_payment") dim tempPremium, totalTaxes totalTaxes = 0 tempPremium = s12MoRate ' calculate the taxes so they can be front loaded in the payment schedule dim TaxCov for each TaxCov …

Member Avatar for gintom
0
95
Member Avatar for jgill

[COLOR=#000000]Have problems with the recordset…if the value of tempPremium is more than > 10,000 than I get no results after this statement executes:[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]set rsDownPayment = applyFilterAndReloadRecordset(rsDownPayment,"min_premium <=" & tempPremium & " and b80_userline = '" & objLogic.userline & "' and profile = '" & objLogic.profile & "'")[/COLOR] [COLOR=#000000]I …

0
207
Member Avatar for jgill

[COLOR=#000000]Hello,[/COLOR] [COLOR=#000000]Here is the code: [/COLOR] [COLOR=#000000]<tr>[/COLOR] [COLOR=#000000]<tr>[/COLOR] [COLOR=#000000]<td class="FormCell">Do you live in US? </td>[/COLOR] [COLOR=#000000]<td class="FormCell"><input type="radio" value="true" name="Country">Yes</td>[/COLOR] [COLOR=#000000]<td class="FormCell"><input type="radio" value="false" checked name="Country">No</td>[/COLOR] [COLOR=#000000]</tr>[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] <% if true then %> [/COLOR] [COLOR=#000000] <td class="FormCell"> This is a test </td>[/COLOR] [COLOR=#000000]<td class="FormCell" colspan="2"><select name="TEST">[/COLOR] [COLOR=#000000] <option …

Member Avatar for GreenDay2001
0
113
Member Avatar for jgill

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 down list so that the user can make the selection but in IE7 I see '250000,15,10,1' in the drop …

Member Avatar for MattEvans
0
109