![]() |
Few starter questions: |
Post Reply ![]() |
Page <12 |
Author | |
e4h ![]() Groupie ![]() Joined: 22-June-2009 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
ok... so i have been toying with the OrderVerify.asp page.
I have located the code that populates the payment type dropdown box. I have used this code: if int(pidPayment)=int(tempidPayment) then %> <% If session("customerCategory")="6" then %> <option value="OrderVerify.asp?idpchange=<%=tempidPayment%>&idDbSession=<%=pidDbSession%>&randomKey=<%=prandomKey%>&UseRewards=<%=session("pcSFUseRewards")%>&discountcode=<%=pDiscountShowCode%>" selected> <% end if %> <% else %> <% If session("customerCategory")="5" then %> <option value="OrderVerify.asp?idpchange=<%=tempidPayment%>&idDbSession=<%=pidDbSession%>&randomKey=<%=prandomKey%>&UseRewards=<%=session("pcSFUseRewards")%>&discountcode=<%=pDiscountShowCode%>" selected> <%end if %> <% end if %> now, the drop down box will only display ONE payment type. PERFECT. however, by default NET 30 is still selected, and the drop down box shows Prepay. in other words- it is displaying prepaid in the box, but net 30 is selected. it seems as if the code from the "onchange" location.href=this[this.selectedIndex].value; would do it, but i am unsure how to execute this. Edited by e4h - 01-July-2009 at 5:17pm |
|
![]() |
Post Reply ![]() |
Page <12 |
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |