Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Radio Button Blues
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ProductivePC
VP-CART New User

USA
199 Posts

Posted - February 14 2004 :  12:53:32  Show Profile  Visit ProductivePC's Homepage  Reply with Quote


I have been searching for a couple of days now and cannot figure this out. I am trying to change the drop down menu into a radio button menu. I saw another post that showed how to do this however my code is not like his.

Here is what I have

GenerateSelectNV Deliverytypes,Deliverytype,"
deliverytype",deliverycount, LangCommonSelect

I am not sure where this is pulling its information from. I have tried to look for variables within the include pages as well as look for ids in the database but I have no idea where this is pulling its information from.


Can soemone please tell me what these are and how I would change this to radio buttons or at least point me in nthe right direction?
Deliverytypes, Deliverytype,"
deliverytype",deliverycount, LangCommonSelect

Thank You


Wayne
www.WorldFamousGiftBaskets.net

JT
Starting Member

Australia
6 Posts

Posted - February 15 2004 :  21:34:07  Show Profile  Reply with Quote
Hi Wayne. I have just done this yesterday and it works well.

Call GenerateRadioList (aFieldnames,"shipmethodtype",afieldcount)

Sub GenerateRadiolist (Fieldname,fieldvalue, count)
dim i
for i = 0 to count-1
response.write "<input type='radio' name='" & fieldvalue &"'" & " value='" & fieldname(i) & "'>"
response.write fieldname(i)
next
end sub

Regards,
Janet


Go to Top of Page

ProductivePC
VP-CART New User

USA
199 Posts

Posted - February 15 2004 :  23:17:08  Show Profile  Visit ProductivePC's Homepage  Reply with Quote
Thank you Janet.

Wayne
www.WorldFamousGiftBaskets.net
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00